Represents options available in a list box control.
Source position: stdctrls.pp line 530
type TListBoxOption = ( |
||
lboDrawFocusRect |
|
Draws a focus rectangle when owner draw is enabled. |
); |
|
Set type used to store values from the TListBoxOption enumeration. |