IdxRichEditTable.ForEachRow(TdxRichEditTableRowProcessorDelegate) Method
Executes a specified anonymous procedure for each row in the table.
Declaration
procedure ForEachRow(const ARowProcessor: TdxRichEditTableRowProcessorDelegate);
Parameters
Name | Type | Description |
---|---|---|
ARowProcessor | TdxRichEditTableRowProcessorDelegate | An anonymous procedure that customizes a row. |
See Also