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