TcxPivotGridCrossCellDataSource Methods
Represents a custom data source to display the data associated with a particular cross cell in the grid control.
Name | Description |
---|---|
Append |
Appends a new record to the current custom data source.
Inherited from Tcx |
Data |
Notifies a data controller of data changes in the current data source.
Inherited from Tcx |
Delete |
Deletes a record from a custom data source.
Inherited from Tcx |
Equals |
Inherited from TObject. |
Get |
Returns the unique identifier of a column at the specified position.
Inherited from Tcx |
Get |
Returns the text representation of a value in a specific record/column.
Inherited from Tcx |
Get |
Inherited from TObject. |
Get |
Locates data in memory for a specific record/column.
Inherited from Tcx |
Get |
Returns the item handle for a column at a specified position.
Inherited from Tcx |
Get |
Specifies the number of records in the current data source.
Inherited from Tcx |
Get |
Returns the record handle for a specific record’s index before the data controller retrieves data from the data source for the first time.
Inherited from Tcx |
Get |
Returns the record handle for a specific record’s index when the grid control displays data from the current data source.
Inherited from Tcx |
Get |
Returns a value uniquely identifying a record.
Inherited from Tcx |
Get |
Returns the record index for a specific record handle when the grid control displays data from the current data source.
Inherited from Tcx |
Get |
Returns a value in a specific record/column.
Inherited from Tcx |
Insert |
Inserts a new record in a custom data source above a specific record.
Inherited from Tcx |
Is |
Specifies whether the data source uses multi-threaded algorithms.
Inherited from Tcx |
Is |
Specifies whether fast comparison operations are supported by the current data source.
Inherited from Tcx |
Is |
Indicates whether the record identifiers are supported.
Inherited from Tcx |
Set |
Sets a value in a specific record/item.
Inherited from Tcx |
To |
Inherited from TObject. |
See Also