Class tsysenvmanager

Unit

Declaration

type tsysenvmanager = class(tmsecomponent, istatfile)

Description

No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Methods

Protected procedure loaded; override;
Protected procedure defineproperties(filer: tfiler); override;
Protected procedure dostatread(const reader: tstatreader); virtual;
Protected procedure dostatwrite(const writer: tstatwriter); virtual;
Protected procedure statreading;
Protected procedure statread;
Protected function getstatvarname: msestring;
Protected function getstatpriority: integer;
Public constructor create(aowner: tcomponent); override;
Public function init(const arguments: array of argumentdefty; const values: msestringarty): boolean;
Public function init(const arguments: array of argumentdefty): boolean;
Public function init(const values: msestringarty): boolean;
Public function init(): boolean;
Public procedure processinfo(index: integer; value: string);
Public procedure errormessage(const mess: msestring);
Public procedure printmessage(value: msestring);
Public procedure printhelp;
Public function getcommandlinemacros(const macrodef: integer; const firstenvvarmacro: integer = -1; const lastenvvarmacro: integer = -1; prepend: macroinfoarty = nil): macroinfoarty;
Public function getintegervalue(var avalue: integer; const index: integer; const min: integer = minint; const max: integer = maxint): boolean;
Public function findfirstfile(filename: filenamety; searchinvars: array of integer): filenamety;
Public function findlastfile(filename: filenamety; searchinvars: array of integer): filenamety;

Properties

Public property errorcount: int32 read ferrorcount;
Public property defined[index:integer]: boolean read getdefined write setdefined;
Public property objectlinker: tobjectlinker read getobjectlinker ;
Public property values[index:integer]: msestringarty read getvalues write setvalues;
Public property value[index:integer]: msestring read getvalue write setvalue;
Public property integervalue[index:integer]: integer read getintegervalue1 write setintegervalue;
Public property defs: sysenvdefarty read fdefs write setdefs;
Public property defcount: int32 read getdefcount;
Published property options: sysenvoptionsty read foptions write setoptions default defaultsysenvmanageroptions;
Published property errorcode: integer read ferrorcode write ferrorcode default defaulterrorcode;
Published property statfile: tstatfile read fstatfile write setstatfile;
Published property statvarname: msestring read getstatvarname write fstatvarname;
Published property statpriority: integer read fstatpriority write fstatpriority default 0;
Published property helpheader: msestring read fhelpheader write fhelpheader;
Published property helpfooter: msestring read fhelpfooter write fhelpfooter;
Published property onvalueread: sysenvmanagervalueeventty read fonvalueread write fonvalueread;
Published property oninit: sysenvmanagereventty read foninit write setoninit;
Published property onafterinit: sysenvmanagereventty read fonafterinit write fonafterinit;

Description

Methods

Protected procedure loaded; override;
 
Protected procedure defineproperties(filer: tfiler); override;
 
Protected procedure dostatread(const reader: tstatreader); virtual;
 
Protected procedure dostatwrite(const writer: tstatwriter); virtual;
 
Protected procedure statreading;
 
Protected procedure statread;
 
Protected function getstatvarname: msestring;
 
Protected function getstatpriority: integer;
 
Public constructor create(aowner: tcomponent); override;
 
Public function init(const arguments: array of argumentdefty; const values: msestringarty): boolean;
 
Public function init(const arguments: array of argumentdefty): boolean;
 
Public function init(const values: msestringarty): boolean;
 
Public function init(): boolean;
 
Public procedure processinfo(index: integer; value: string);
 
Public procedure errormessage(const mess: msestring);
 
Public procedure printmessage(value: msestring);
 
Public procedure printhelp;
 
Public function getcommandlinemacros(const macrodef: integer; const firstenvvarmacro: integer = -1; const lastenvvarmacro: integer = -1; prepend: macroinfoarty = nil): macroinfoarty;
 
Public function getintegervalue(var avalue: integer; const index: integer; const min: integer = minint; const max: integer = maxint): boolean;
 
Public function findfirstfile(filename: filenamety; searchinvars: array of integer): filenamety;
 
Public function findlastfile(filename: filenamety; searchinvars: array of integer): filenamety;
 

Properties

Public property errorcount: int32 read ferrorcount;
 
Public property defined[index:integer]: boolean read getdefined write setdefined;
 
Public property objectlinker: tobjectlinker read getobjectlinker ;
 
Public property values[index:integer]: msestringarty read getvalues write setvalues;
 
Public property value[index:integer]: msestring read getvalue write setvalue;
 
Public property integervalue[index:integer]: integer read getintegervalue1 write setintegervalue;
 
Public property defs: sysenvdefarty read fdefs write setdefs;
 
Public property defcount: int32 read getdefcount;
 
Published property options: sysenvoptionsty read foptions write setoptions default defaultsysenvmanageroptions;
 
Published property errorcode: integer read ferrorcode write ferrorcode default defaulterrorcode;
 
Published property statfile: tstatfile read fstatfile write setstatfile;
 
Published property statvarname: msestring read getstatvarname write fstatvarname;
 
Published property statpriority: integer read fstatpriority write fstatpriority default 0;
 
Published property helpheader: msestring read fhelpheader write fhelpheader;
 
Published property helpfooter: msestring read fhelpfooter write fhelpfooter;
 
Published property onvalueread: sysenvmanagervalueeventty read fonvalueread write fonvalueread;
 
Published property oninit: sysenvmanagereventty read foninit write setoninit;
 
Published property onafterinit: sysenvmanagereventty read fonafterinit write fonafterinit;
 

Generated by PasDoc 0.16.0.