IdxRichEditField.GetParent Method
Returns a parent field to which the document field belongs.
Declaration
function GetParent: IdxRichEditField;
Returns
Type |
---|
IdxRichEditField |
Remarks
This function returns a field encompassing the nested document field. If the document field is not nested, the GetParent function returns nil.
The GetParent function is a getter of the Parent property.
See Also