Unit 'AbSelfEx' Package
[Overview][Types][Classes][Index] [#pl_abbrevia]

TAbMakeSelfExe

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: AbSelfEx.pas line 49

type TAbMakeSelfExe = class(TAbBaseComponent)

protected

  FStubExe: string;

  

  FZipFile: string;

  

  FSelfExe: string;

  

  FStubStream: TFileStream;

  

  FZipStream: TFileStream;

  

  FSelfStream: TFileStream;

  

  FOnGetStubExe: TAbGetFileEvent;

  

  FOnGetZipFile: TAbGetFileEvent;

  

  procedure DoGetStubExe();

  

  procedure DoGetZipFile();

  

public

  function Execute;

  

published

  property SelfExe: string; [rw]

  

  property StubExe: string; [rw]

  

  property ZipFile: string; [rw]

  

  property OnGetStubExe: TAbGetFileEvent; [rw]

  

  property OnGetZipFile: TAbGetFileEvent; [rw]

  

end;

Inheritance

TAbMakeSelfExe

  

|

TAbBaseComponent

  

|

TObject



CT Web help

CodeTyphon Studio