Re: [fpc-pascal] Component Writing - Registering Components with the widget set

2010-02-06 Thread Mattias Gaertner
This is a fpc list. Please put lazarus question on the lazarus list or forum. On Fri, 5 Feb 2010 07:55:41 +1100 "Justin Smyth" wrote: > Can someone help here , if i have my own custom component thats got a > container that has a base class of TCustomControl does one need to register > it on th

Re: [fpc-pascal] Component Writing - Registering Components with the widget set

2010-02-06 Thread Zaher Dirkey
On Thu, Feb 4, 2010 at 10:55 PM, Justin Smyth wrote: > Can someone help here , if i have my own custom component thats got a > container that has a base class of TCustomControl does one need to register > it on the widget level ? do i just use WSRegisterCustomControl and write my > own setters an

[fpc-pascal] Component Writing - Registering Components with the widget set

2010-02-04 Thread Justin Smyth
Can someone help here , if i have my own custom component thats got a container that has a base class of TCustomControl does one need to register it on the widget level ? do i just use WSRegisterCustomControl and write my own setters and getter like the ones in wscontrol ? Just not sure if i n