Class TReportManager (unit Rptman)

Inherits from

TComponent

Access object to the installation information.

Constructors


constructor Create(AOwner: TComponent);

TReportManager


Functions

destructor Destroy;


procedure Loaded;


function GetReportDirectory: String;


procedure RetrieveGroups;


procedure SetDirectory(NewDir: String);


procedure SetININame(NewName: String);


Properties

property Directory : String

Published declarations

property FileGroup : String


property ININame : String


property Groups : TStrings

Public declarations

property ReportDirectory : String


Events

Variables

FDirectory : String;


FFileGroup : String;


FGroups : TStrings;


FININame : String;


InstallInfo : TInstallInfo;

Private declarations


Constructors


constructor Create(AOwner: TComponent);

TReportManager


Functions


destructor Destroy;


procedure Loaded;


function GetReportDirectory: String;


procedure RetrieveGroups;


procedure SetDirectory(NewDir: String);


procedure SetININame(NewName: String);


Properties


property Directory : String

Published declarations


property FileGroup : String


property ININame : String


property Groups : TStrings

Public declarations


property ReportDirectory : String


Events


Variables


FDirectory : String;


FFileGroup : String;


FGroups : TStrings;


FININame : String;


InstallInfo : TInstallInfo;

Private declarations