TdxSpreadSheetFormatsRepository Members
In This Article
#Properties
Name | Description |
---|---|
Count | Returns the number of registered spreadsheet document format implementations. |
Descriptions | Provides zero-based indexed access to descriptions of the registered spreadsheet document formats. |
Exts | Provides zero-based indexed access to file name extensions of the registered spreadsheet document formats. |
Items | Provides zero-based indexed access to the registered file formats. |
#Methods
Name | Description |
---|---|
Equals |
Inherited from TObject. |
Find |
Searches a registered spreadsheet document format corresponding to the specified full file name. |
Get |
Inherited from TObject. |
Get |
Returns the string containing open dialog masks (with descriptions) for all registered spreadsheet document formats. |
Get |
Returns the string containing save dialog masks (with descriptions) for all registered spreadsheet document formats. |
Register |
Adds a specified file format to the repository. |
To |
Inherited from TObject. |
Unregister |
Removes a specified file format from the repository. |
See Also