TdxRichEditTableCellProcessorDelegate Type
In This Article
#Declaration
Delphi
TdxRichEditTableCellProcessorDelegate = reference to procedure(const ACell: IdxRichEditTableCell; ARowIndex: Integer; ACellIndex: Integer);
#Parameters
Name | Type | Description |
---|---|---|
ACell | Idx |
Exposes a table cell. |
ARow |
Integer | A row index. |
ACell |
Integer | A column index. |
#Remarks
A table‘s ForEachCell procedure accepts a TdxRichEditTableCellProcessorDelegate reference as a parameter.
See Also