[Overview][Classes] Reference for unit 'FilerMgr' (#mcl)

TFilerMgr

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

Declaration

Source position: FilerMgr.pas line 30

type TFilerMgr = class

public

  constructor Create;

  

  destructor Destroy; override;

  

  function RegisterFiler();

  

  function GetFiler();

  

  function GetFilerByIdentifier();

  

  function GetFilerCount;

  

  property FilerCount: Integer; [r]

  

end;

Inheritance

TFilerMgr

  

|

TObject