Skip to main content

TcxGridCardViewStyles.GetCardBorderParams(TcxCustomGridRecord,TcxViewParams) Method

Gets the TcxViewParams record containing information on the card border’s style attributes.

Declaration

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

Parameters

Name Type
ARecord TcxCustomGridRecord
AParams TcxViewParams

Remarks

The ARecord parameter specifies the record that the currently processed row corresponds to;

The AParams parameter specifies style attributes that the method results in.

See Also