[lazarus] Add lcl component
Tony Maro
tony at maro.net
Wed Nov 13 15:02:50 EST 2002
On Wed, 2002-11-13 at 11:55, Mattias Gaertner wrote:
>
> There is comma too much in customidecomps.suggested.pas in line 50.
>
Yep. Thanks!
> Second issue:
> Can TCheckBook contain child controls?
> (csAcceptsControls is set in ControlStyle)
Mmm... okay this is new for me...
I've tried: ControlStyle := ControlStyle - csAcceptsControls; in the
create method. I get "Set elements are not compatible".
How do I change this?
Also, if I set this to not accept controls, can I later still add a
TEdit control to it programmatically? That's one of the goals for
later...
-Tony
More information about the Lazarus
mailing list