TdxRichEditTableCellProcessorDelegate Type
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