[Lazarus] componentscount in panel
Martin
lazarus at mfriebe.de
Wed May 12 00:27:31 CEST 2010
On 11/05/2010 23:00, Paul Ishenin wrote:
> 12.05.2010 3:33, Fedorax wrote:
>> I i put component in a panel from IDE Panel1.componentscount return
>> always 0
>> All components make in IDE is child of main form, is there a solution
>> for make them
>> childs of specific panel without check all existing components at
>> start in a loop ?
> No. Form is the owner of all components. Use ControlCount for this case.
>
TFrame ? doesn't that have it's own children?
More information about the Lazarus
mailing list