IdxRichEditField.GetParent Method
In This Article
Returns a parent field to which the document field belongs.
#Declaration
Delphi
function GetParent: IdxRichEditField;
#Returns
Type |
---|
Idx |
#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