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

TcxCustomGridTableViewStyles.GetDataCellParams(TcxCustomGridRecord,TcxCustomGridTableItem,TcxViewParams,Boolean,TcxGridTableCellViewInfo,Boolean,Boolean) Method

Returns canvas attributes for a cell in a grid Table View.

Declaration

procedure GetDataCellParams(ARecord: TcxCustomGridRecord; AItem: TcxCustomGridTableItem; out AParams: TcxViewParams; AUseViewInfo: Boolean = False; ACellViewInfo: TcxGridTableCellViewInfo = nil; AIgnoreSelection: Boolean = False; AIgnoreHotTrack: Boolean = False); virtual;

Parameters

Name Type Description
ARecord TcxCustomGridRecord

The target record in a grid Table View.

AItem TcxCustomGridTableItem

The target grid table item.

AParams TcxViewParams

Canvas attributes for the target cell in a grid Table View.

AUseViewInfo Boolean

If True, the procedure takes cell ViewInfo information into account; if False, the procedure obtains cell style information instead.

ACellViewInfo TcxGridTableCellViewInfo

The source cell ViewInfo information. If this optional parameter accepts nil (in Delphi) or nullptr (in C++Builder), the GetDataCellParams procedure relies on the target cell’s ViewInfo information instead.

AIgnoreSelection Boolean

If False, the procedure takes the target cell’s selection state into account; if True, the procedure ignores the selection state.

AIgnoreHotTrack Boolean

If False, the procedure takes the target cell’s hot-tracked state into account; if True, the procedure ignores the hot-tracked state.

See Also