IcxFilterControl Members
Represents an interface for objects that need to use the filter control functionality.Properties
| Name | Description |
|---|---|
| Captions | Designed to get the caption of the specified filter item. |
| Count | Designed to get the number of filter items. |
| Criteria | Designed to get the filter criteria applied to the object. |
| FieldNames | |
| ItemLinkIDs | |
| ItemLinkNames | Returns the name of a link to the specified filter item. |
| ItemLinks | Returns a link to the specified filter item. |
| Properties | Obtains the settings of the specified filter item’s editor. |
| ValueTypes |
Methods
| Name | Description |
|---|---|
| GetCaption(Integer) | Returns the Captions property value. |
| GetCount | Returns the Count property value. |
| GetCriteria | Returns the Criteria property value. |
| GetFieldName(Integer) | Returns the FieldNames property value. |
| GetItemLink(Integer) | Returns the ItemLinks collection item. |
| GetItemLinkID(Integer) | |
| GetItemLinkName(Integer) | Returns the ItemLinkNames collection item. |
| GetProperties(Integer) | Returns the Properties property value. |
| GetValueType(Integer) |
See Also