| Class TZBADLLButton (unit ZBARunDLL) |
TSpeedButton
| Constructors |
constructor Create(AOwner: TComponent);| Functions |
destructor Destroy;
procedure Execute;
procedure Click;
function LoadandRunDLL (sDLL, sFunc: String): Boolean;| Properties |
property DLLFunctionName : String
property FileName : TFilename| Events |
| Variables |
FDLLFunctionName : String;
FFileName : TFilename;| Constructors |
constructor Create(AOwner: TComponent);Public declarations
| Functions |
destructor Destroy;
procedure Execute;
procedure Click;Protected declarations
function LoadandRunDLL (sDLL, sFunc: String): Boolean;| Properties |
property DLLFunctionName : String
property FileName : TFilenamePublished declarations
| Events |
| Variables |
FDLLFunctionName : String;
FFileName : TFilename;Private declarations