TdxCustomListBoxItems.Add(string,Integer,TObject,Boolean) Method
Declaration
function Add(const ACaption: string; AImageIndex: Integer = -1; AData: TObject = nil; AHasSeparator: Boolean = False): TdxCustomListBoxItem;
Parameters
Name | Type |
---|---|
ACaption | string |
AImageIndex | Integer |
AData | TObject |
AHasSeparator | Boolean |
Returns
Type |
---|
TdxCustomListBoxItem |
See Also