TdxCustomListBoxReportLink.CustomListBox Property
In This Article
Returns a TCustomListBox object.
#Declaration
Delphi
property CustomListBox: TCustomListBox read;
#Property Value
Type |
---|
TCustom |
#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