Skip to main content

TcxGridLayoutViewStyles.GetRecordCaptionParams(TcxCustomGridRecord,TcxViewParams) Method

Determines the card caption’s style attributes.

Declaration

procedure GetRecordCaptionParams(ARecord: TcxCustomGridRecord; out AParams: TcxViewParams); virtual;

Parameters

Name Type
ARecord TcxCustomGridRecord
AParams TcxViewParams

Remarks

ARecord specifies the record to which the card corresponds.

AParams specifies the resulting style attributes.

See Also