Unit 'sysLoader' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_engines]

TBaseLoader

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

Declaration

Source position: sysloader.pas line 48

type TBaseLoader = class(TComponent)

protected

  FActive: Boolean;

  

  FOldPaths: string;

  

  FUserDirectory: TDirectoryName;

  

  FLoadType: TLoadType;

  

  FCTSubDir: string;

  

  procedure SetActive();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Libraries_Load; virtual;

  

  procedure Libraries_Free; virtual;

  

  function GetLibrariesDir;

  

published

  property Active: Boolean; [rw]

  

  property UserDirectory: TDirectoryName; [rw]

  

  property LoadType: TLoadType; [rw]

  

  property LibrariesDir: string; [rs]

  

end;

Inheritance

TBaseLoader

  

|

TObject



CT Web help

CodeTyphon Studio