IdxRichEditTable.ForEachCell(TdxRichEditTableCellProcessorDelegate) Method
Executes a specified anonymous procedure for each cell in the table.
Declaration
procedure ForEachCell(const ACellProcessor: TdxRichEditTableCellProcessorDelegate);
Parameters
Name | Type | Description |
---|---|---|
ACellProcessor | TdxRichEditTableCellProcessorDelegate | An anonymous procedure that customizes a cell. |
See Also