Skip to main content

TcxGridLayoutViewStyles.GetRecordBorderVisualParams(TcxCustomGridRecord,TcxViewParams) Method

Determines the card border’s style attributes, when the card is focused.

Declaration

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

Parameters

Name Type
ARecord TcxCustomGridRecord
AParams TcxViewParams

Remarks

The GetRecordBorderVisualParams method is in effect if the View’s OptionsSelection.RecordBorderSelection property is True, and the card is selected.

ARecord specifies the record to which the card corresponds.

AParams specifies the resulting style attributes.

See Also