[Lazarus] New Autosize.....

Martin lazarus at mfriebe.de
Wed May 12 02:22:50 CEST 2010


If i create components in a panel via a program file, something like:


With TDBEDIT.Create(Panel1) do begin
...
   Parent:=Panel1;
....
end;

Panel1.componentscount return the exact count of components in panel

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 ?








More information about the Lazarus mailing list