Skip to main content
A newer version of this page is available. .

IcxFilterControl.ItemLinks Property

Returns a link to the specified filter item.

Declaration

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