IdxRichEditField.Parent Property
In This Article
Returns the document field’s parent field, if present.
#Declaration
Delphi
property Parent: IdxRichEditField read;
#Property Value
Type |
---|
Idx |
#Remarks
This property returns a field encompassing the nested document field. If the document field is not nested, the Parent property returns nil.
See Also