Skip to main content

TdxRichEditTableCellProcessorDelegate Type

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

Declaration

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

Parameters

Name Type Description
ACell IdxRichEditTableCell

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