Difference between revisions of "ITrack/Extension"

From ISoft Wiki
Jump to navigationJump to search
(Fixed headers to be right level, added See Also section linking to ITrack/Creating An Extension)
Line 1: Line 1:
In ITrack lingo, an extension is a general name for a DLL (dynamically loaded library) that can be loaded into [[ITrack.exe]].  This implies a certain conformation to ITrack standards and APIs.  These extensions are located in the installation directory (normally: C:\Program Files\ISoft Data Systems\[Product Name]) with ITrack.exe.  In order for Master to load an extension, it must be specified in its [[Configuration File]].
In ITrack lingo, an extension is a general name for a DLL (dynamically loaded library) that can be loaded into [[ITrack.exe]].  This implies a certain conformation to ITrack standards and APIs.  These extensions are located in the installation directory (normally: C:\Program Files\ISoft Data Systems\[Product Name]) with ITrack.exe.  In order for Master to load an extension, it must be specified in its [[Configuration File]].


===Extension Types===
==Extension Types==
Extensions all conform to the same standards, but fall into one of several logical categories depending on their purpose in ITrack:
Extensions all conform to the same standards, but fall into one of several logical categories depending on their purpose in ITrack:
* [[Module Extensions]]
* [[Module Extensions]]
Line 9: Line 9:
* [[Database Connection Extensions]]
* [[Database Connection Extensions]]


===Extension Features===
==Extension Features==
Extensions can have some or all of the following features included in them; though the presence or absence of some of these features might change its 'extension type'.
Extensions can have some or all of the following features included in them; though the presence or absence of some of these features might change its 'extension type'.
* [[Menu|Menu Options]] displayed at the top of Master
* [[Menu|Menu Options]] displayed at the top of Master
Line 15: Line 15:
* [[Database Connection|Database Connections]] used for connecting to a [[Database]].
* [[Database Connection|Database Connections]] used for connecting to a [[Database]].
* [[Extension Function|Extension Functions]] used by other extensions and modules.
* [[Extension Function|Extension Functions]] used by other extensions and modules.
== See Also ==
* [[ITrack/Creating_an_Extension|Creating an Extension]]


[[Category:ITrack]]
[[Category:ITrack]]

Revision as of 15:19, 24 March 2011

In ITrack lingo, an extension is a general name for a DLL (dynamically loaded library) that can be loaded into ITrack.exe. This implies a certain conformation to ITrack standards and APIs. These extensions are located in the installation directory (normally: C:\Program Files\ISoft Data Systems\[Product Name]) with ITrack.exe. In order for Master to load an extension, it must be specified in its Configuration File.

Extension Types

Extensions all conform to the same standards, but fall into one of several logical categories depending on their purpose in ITrack:

Extension Features

Extensions can have some or all of the following features included in them; though the presence or absence of some of these features might change its 'extension type'.

See Also