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