Skip to main content

TdxSpreadSheetCustomFormat.GetReader Method

Returns a reference to the class that implements the spreadsheet document import functionality.

Declaration

class function GetReader: TdxSpreadSheetCustomReaderClass; virtual;

Returns

Type
TdxSpreadSheetCustomReaderClass

Remarks

Call this class function to access a file/stream reader implementation corresponding to the spreadsheet document format implemented by a TdxSpreadSheetCustomFormat descendant.

The current implementation of the GetReader class function always returns nil.

See Also