ITDFilter Interface Members
Public Methods
Public Method ClearClears the current filter.Clears the current filter.
Public Method NewListCreates a new list from current filter.Creates a new list from current filter.
Public Method RefreshReads saved data and refreshes the fetched list according to the current filter, overwriting values in memory.Reads saved data and refreshes the fetched list according to the current filter, overwriting values in memory.
Public Properties
Public Property CaseSensitiveIndicates if the filter for the specified field is case sensitive. The default is False.Indicates if the filter for the specified field is case sensitive. The default is False.
Public Property DataTypeThe filtered entity type.The filtered entity type.
Public Property FieldsThe value of the specified field.The value of the specified field.
Public Property FilterThe filter condition for the field specified by the FieldName.The filter condition for the field specified by the FieldName.
Public Property OrderThe position of the specified field in the list of the sort fields. (zero-based).The position of the specified field in the list of the sort fields. (zero-based).
Public Property OrderDirectionThe sort order: TDOLE_ASCENDING or TDOLE_DESCENDING.The sort order: TDOLE_ASCENDING or TDOLE_DESCENDING.
Public Property TextThe full fields filter as text.The full fields filter as text.
Public Property XFilterThe cross filter according to the entity type.The cross filter according to the entity type.
See Also