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