[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_plugin_wrapper.pas line 109
type TPluginWrapper = class(TMasterObject) |
protected |
procedure ErrorFound(); override; |
public |
constructor Create(); |
destructor Destroy; override; |
property DllInst: HMODULE; [r] |
property DllPath: LongString; [r] |
property PluginName: LongString; [r] |
function DllLoad; |
procedure DllFree; |
function Execute(); |
end; |
| |
| |
TObject |