Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Lets you search for all Andorra 2D Plugin libraries within a specific directory
Name | Description |
---|---|
Class EAdNoPluginFound |
Exception that is raised when no plugin is found by the "DefaultPlugin" method. |
Class TAdDLLExplorer |
A class, which lets you search for all Andorra 2D Plugin libraries within a specific directory. |
function DefaultPlugin: string; |
TAdDLLExplorerCallBack = procedure (DllFileName:string; DllInfo:TAd2DLibInfo) of object; |
function DefaultPlugin: string; |
Returns the first plugin library that has been found in the given directory |
TAdDLLExplorerCallBack = procedure (DllFileName:string; DllInfo:TAd2DLibInfo) of object; |
A callback procedure for TAdDllExplorer |