Back to Devexpress

TdxRichEditTableCellProcessorDelegate Type

vcl-dxrichedit-dot-nativeapi-c06ba231.md

latest1.1 KB
Original Source

TdxRichEditTableCellProcessorDelegate Type

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

Declaration

delphi
TdxRichEditTableCellProcessorDelegate = reference to procedure(const ACell: IdxRichEditTableCell; ARowIndex: Integer; ACellIndex: Integer);

Parameters

NameTypeDescription
ACellIdxRichEditTableCell

Exposes a table cell.

| | ARowIndex | Integer |

A row index.

| | ACellIndex | Integer |

A column index.

|

Remarks

A table‘s ForEachCell procedure accepts a TdxRichEditTableCellProcessorDelegate reference as a parameter.

See Also

dxRichEdit.NativeApi Unit