IdxRichEditSubDocument.GetSubDocumentType Method
Returns the current subdocument type.
Declaration
function GetSubDocumentType: TdxRichEditSubDocumentType;
Returns
Type |
---|
TdxRichEditSubDocumentType |
Remarks
Call the GetSubDocumentType function to identify the type of the subdocument exposed by the current IdxRichEditSubDocument interface. For detailed information on subdocument types supported by the Rich Edit control’s document model, refer to the TdxRichEditSubDocumentType type description.
See Also