Hello,
is there another way to retrieve the component standard Height (WidgetSet
dependant) at runtime?

  CB := TComboBox.Create(self);
  h := CB.Height;
  CB.Free;
  CB := nil;

Thanx in advance!

Sandro
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to