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

TcxCustomGridTableViewData Methods

Represents the base class which provides data from a data store as an array of records.
Name Description
AddItemToFilter(TcxFilterCriteriaItemList,TcxCustomGridTableItem,TcxFilterOperatorKind,Variant,string,Boolean) Adds a filter condition to a list of filter conditions.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate(TcxGridShowLockedStateImageMode) Prevents a grid View from updating until the EndUpdate method is called. Inherited from TcxGridViewHandler.
CheckNewItemRecord
Collapse(Boolean) Collapses all records within the current View recursively.
CreateFilterValueList
CustomCompareDataValues(TcxCustomDataField,Variant,Variant,TcxDataControllerComparisonMode)
DestroyRecords
EndUpdate Enables updates of a View. Inherited from TcxGridViewHandler.
Equals(TObject) Inherited from TObject.
Expand(Boolean) Expands all records within the current View recursively.
GetCustomDataDisplayText(Integer,Integer,TcxGridDataOperation)
GetCustomDataDisplayText(Integer,Variant)
GetCustomDataValue(TcxCustomDataField,Variant,TcxGridDataOperation)
GetCustomDataValue(TcxCustomGridTableItem,Variant,TcxGridDataOperation)
GetDisplayText(Integer,Integer,string,Boolean,TcxGridDataOperation)
GetDisplayTextFromValue(TcxCustomGridTableItem,TcxCustomEditProperties,Variant,Boolean,TcxGridDataOperation)
GetDisplayTextFromValue(Integer,Integer,Variant,Boolean,TcxGridDataOperation)
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetRecordByIndex(Integer)
GetRecordByRecordIndex(Integer)
GetRecordIndexByRecord(TcxCustomGridRecord)
GetSortingBySummaryEngineClass Inherited from TcxCustomGridViewData.
HasCustomDataHandling(TcxCustomDataField,TcxGridDataOperation)
HasCustomDataHandling(TcxCustomGridTableItem,TcxGridDataOperation)
HasNewItemRecord Specifies whether the View has the “new item record”.
IsEmpty Determines whether a data controller provides any rows for a View. Inherited from TcxCustomGridViewData.
IsRecordIndexValid(Integer)
MakeDetailVisible(TComponent) Displays the detail View of a particular level. Inherited from TcxCustomGridViewData.
NeedsCustomDataComparison(TcxCustomDataField,TcxDataControllerComparisonMode)
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
Refresh(Integer)
RefreshRecords
ToString Inherited from TObject.
UseRightToLeftAlignment Inherited from TcxGridViewHandler.
See Also