TdxCustomListBoxReportLink.CustomListBox Property
Returns a TCustomListBox object.
Declaration
property CustomListBox: TCustomListBox read;
Property Value
Type |
---|
TCustomListBox |
Remarks
This property returns a TCustomListBox object that is the base class for list-box objects. TCustomListBox descendants inherit the basic functionality of TCustomListBox.
See Also