- Description
Registers the association between a McDataHandler server and the data it supports.
Object Model -
Remarks More than one handler may exist for a database type. it will be qualified by the command. A McDataSource will persist and recreate the McDataHandler object when a ProgIDOrModuleName is given. Also, command labels are supplied for use of the database GUI. Examples of operations supported are as follows: Data Objects: Store, Open Files: File Open, Add File, Save As File, Save (filelink content), Open (filelink content) Export Files: Save As File Clipboard/Drag and Drop: Copy, Drag, Cut, Drop, Paste Importable Clipboard Formats: Paste, Drop Notes A McDataSource is persistent using the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Media Cybernetics\IQApp 1.0\Addins\ McAddInData.McDataManager\DataSources\ A persistent McDataSource is read and written to the registry when the DataManager is Loaded and Unloaded. Non-Persistent Object Handler can be PROGID McAddInData.McDataSource ObjectFlags NonCreatable
-
Members
| Application |  | The Root of the Application Object Model. |
| Commands |  | Returns a collection of all McDataSourceCommand instances for this McDataSource. |
| IsPersistent |  | Returns whether the DataSource will persist when the application is reloaded. |
| LocalizedContext |  | Returns the IQApp.McApplication::Localized() Module Context. |
| MacroProject |  | Value is True when the McDataHandler is implemented in a VBA class. |
| Options |  | |
| Parent |  | The McDataSources collection object that created this instance. |
| ProgIDOrModuleName |  | The Programmatic ID of the McDataHandler Server or module name in a VBA Project |
| ServerFile |  | The Name of the file to be used a the McDataHandler server. |
| SourceHandler |  | Returns the DataSource's Object Handler. |
| SourceHandlerExists |  | Sets or returns the creation state of the McDataHandler registered by this object. |
|