IcxFilterControl.ItemLinks Property
In This Article
Returns a link to the specified filter item.
#Declaration
Delphi
property ItemLinks[Index: Integer]: TObject read;
#Property Value
Type |
---|
TObject |
#Remarks
When implemented, the ItemLinks property should return an object representing a unique link to a filter item identified by the Index parameter. The GetItemLink method should be implemented to provide the correct ItemLinks property operation.
To determine the name of a particular link, pass its index to the ItemLinkNames zero-based collection.
See Also