Name | Unit | Description |
---|---|---|
CapitalizeFirstLetterOnly | PackageUtilities | |
CompareBrushes | UCFNote | |
DLEManager | DynamicLibraryElement | operations below allow to manage the unique DLE manager in the system. There should be only one. (Adaptable Singleton pattern) |
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 |