| Name | Unit | Description |
|---|---|---|
| CapitalizeFirstLetterOnly | PackageUtilities | |
| CompareBrushes | UCFNote | |
| DEFAULT_TAB_SIZE | UCFNote | |
| DLEManager | DynamicLibraryElement | operations below allow to manage the unique DLE manager in the system. There should be only one. (Adaptable Singleton pattern) |
| FormTestElementDynamicLoading | FMainTestElementDynamiLoading | Déclarations publiques |
| GetListOfUnits | PackageUtilities | |
| InitialiseUnitElements | DynamicLibraryElement | Procedure example that must be implemented for each unit in packages that are to be linked dynamically. The DLE Manager looks for a procedure named like it in each and every unit loaded with the package. |
| LoadModule | ModuleTest | |
| Register | UCFNote | |
| SetDLEManager | DynamicLibraryElement | |
| TDLEManager | DynamicLibraryElement | The DLE Manager is designed to manage the addition of new elements, loaded dynamically from files. Of course, in order to be used, the file is a Delphi Execution package, which declares descendents of TDynamicLibraryElement class. |
| TDynamicLibraryElement | DynamicLibraryElement | |
| TDynamicLibraryElementClass | DynamicLibraryElement | |
| TElementTest | ElementTest | |
| TElementTestClass | ElementTest | |
| TFormTestElementDynamicLoading | FMainTestElementDynamiLoading | |
| TLoadElementProc | DynamicLibraryElement | |
| TModuleTest | ModuleTest | |
| TPackageDescriptor | DynamicLibraryElement | A package descriptor is used to maintain the list of packages available |
| TPoints | UCFNote | |
| TTest2 | ElementTest2 | |
| TUCFNote | UCFNote |