IdxRichEditTable.ParentCell Property
Provides access to the cell that contains the table.
Declaration
property ParentCell: IdxRichEditTableCell read;
Property Value
| Type | Description |
|---|---|
| IdxRichEditTableCell | Exposes a table cell. |
Remarks
The property returns nil (in Delphi) if the table is not nested.
See Also