TcxFilterItem Members
In filter controls, represents a dataset field that can be involved in filtering.Constructors
Name | Description |
---|---|
Create(TCollection) | Inherited from TCollectionItem. |
Properties
Name | Description |
---|---|
Caption | Specifies an item’s caption. |
Collection | Inherited from TCollectionItem. |
DisplayName | Inherited from TCollectionItem. |
FieldName | Specifies the name of a dataset field represented by an item. |
FilterControl | |
ID | Inherited from TCollectionItem. |
Index | Inherited from TCollectionItem. |
Properties | Defines settings specific to the editor associated with the item. |
PropertiesClass | Specifies the class of the editor used to edit a value the item data is compared to. |
PropertiesClassName | |
RepositoryItem | Specifies the repository item representing the editor for the item’s value. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetDisplayName | Inherited from TCollectionItem. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
GetProperties | Returns properties of an editor used to edit a comparison value of the current item. |
Release | Inherited from TCollectionItem. |
SetDisplayName(String) | Inherited from TCollectionItem. |
ToString | Inherited from TObject. |
See Also