TdxSpreadSheetTextService.IsRTFSupported Method
Identifies whether the spreadsheet text service supports RTF strings.
Declaration
class function IsRTFSupported: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This class function implementation always returns False, since the basic text service implementation does not support formatted text. Each TdxSpreadSheetTextService class descendant that provides support for RTF strings has its own IsRTFSupported function implementation.
See Also