Skip to main content

TcxGridLayoutViewRecordCaption.GetFormattedText(TcxGridLayoutViewRecord) Method

Returns the card caption as a formatted string.

Declaration

function GetFormattedText(AGridRecord: TcxGridLayoutViewRecord): string; virtual;

Parameters

Name Type
AGridRecord TcxGridLayoutViewRecord

Returns

Type
string

Remarks

The resulting string is formatted in accordance with the DisplayMask property.

AGridRecord specifies the card that owns the caption.

See Also