IdxRichEditTable.GetParentCell Method
In This Article
Returns the cell that contains the table.
#Declaration
Delphi
function GetParentCell: IdxRichEditTableCell;
#Returns
Type | Description |
---|---|
Idx |
A table cell. |
#Remarks
The function returns nil (in Delphi) if the table is not nested.
See Also