Back to Devexpress

TdxRichEditTableRowProcessorDelegate Type

vcl-dxrichedit-dot-nativeapi-9aa8d2ed.md

latest998 B
Original Source

TdxRichEditTableRowProcessorDelegate Type

A reference to an anonymous procedure that customizes all rows in a table.

Declaration

delphi
TdxRichEditTableRowProcessorDelegate = reference to procedure(const ARow: IdxRichEditTableRow; ARowIndex: Integer);

Parameters

NameTypeDescription
ARowIdxRichEditTableRow

Exposes a table row.

| | ARowIndex | Integer |

A row index.

|

Remarks

A table‘s ForEachRow procedure accepts a TdxRichEditTableRowProcessorDelegate reference as a parameter.

See Also

dxRichEdit.NativeApi Unit