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