ItemHeight Property
|
Set / Get item text in a listbox, combobox or grid.
SYNTAX
Pseudo-OOP:
Set:
<WindowName>.<ControlName>. Item (<nItem>) := ItemText
Set / Gets item height in the combobox or comboboxex.
SYNTAX
Pseudo-OOP:
Set:
<ParentWindowName>.<ControlName>.ItemHeight:= nHeight
Get:
<ParentWindowName>.<ControlName>.ItemHeight--> nHeight
Function syntax:
Set:
SetProperty ( <ParentWindowName>,<ControlName>, ItemHeight, nHeight)
Get:
GetProperty ( <ParentWindowName>, <ControlName>, ItemHeight-) -> nHeight