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