IcxFilterControl.GetCaption(Integer) Method
Returns the Captions property value.
Declaration
function GetCaption(Index: Integer): string;
Parameters
Name | Type |
---|---|
Index | Integer |
Returns
Type |
---|
string |
Remarks
This method is designed to be a ‘read’ method of the Captions property. When implemented, it returns the caption of the specified filter item. The index of the item is specified by the Index parameter. Item indexing must be zero-based.
See Also