TdxRichEditTableRowProcessorDelegate Type
Declaration
TdxRichEditTableRowProcessorDelegate = reference to procedure(const ARow: IdxRichEditTableRow; ARowIndex: Integer);
Parameters
Name | Type | Description |
---|---|---|
ARow | IdxRichEditTableRow | Exposes a table row. |
ARowIndex | Integer | A row index. |
Remarks
A table‘s ForEachRow procedure accepts a TdxRichEditTableRowProcessorDelegate reference as a parameter.
See Also