[lazarus] Object inspector edit/combobox

Micha Nelissen M.Nelissen at student.tue.nl
Tue Aug 26 11:02:38 EDT 2003


Hi,

Why the following code?

     ValueEdit.Parent:=Parent;
     ValueComboBox.Parent:=Parent;
     ValueButton.Parent:=Parent;

Why not set the parent of these controls to the eventgrid/propertygrid 
which is much more logical IMHO. If the eventgrid and it's valueedit 
have the same parent, they're fighting for the z-order, while the 
valueedit should be on top, no?

Regards,

Micha.






More information about the Lazarus mailing list