Class tcustomrttistat

Unit

Declaration

type tcustomrttistat = class(tmsecomponent, istatfile)

Description

No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Methods

Protected function getobj(out aobj: objectinfoarty): boolean;
Protected function findtarget(const aname: string): tobject;
Protected procedure scantargets(const aroot: tcomponent);
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 procedure readstat(const areader: tstatreader);
Public procedure writestat(const awriter: tstatwriter);
Public procedure valuestoobj(const sourceroot: tcomponent);
Public procedure objtovalues(const destroot: tcomponent);

Properties

Public property statfile: tstatfile read fstatfile write setstatfile;
Public property statvarname: msestring read fstatvarname write fstatvarname;
Public property statpriority: integer read fstatpriority write fstatpriority default 0;
Public property ongetobject: getobjecteventty read fongetobject write fongetobject;
Public property ongetobjects: getobjectseventty read fongetobjects write fongetobjects;
Public property onstatupdate: statupdateeventty read fonstatupdate write fonstatupdate;
Public property onstatread: statreadeventty read fonstatread write fonstatread;
Public property onstatwrite: statwriteeventty read fonstatwrite write fonstatwrite;
Public property onstatbeforeread: notifyeventty read fonstatbeforeread write fonstatbeforeread;
Public property onstatafterread: notifyeventty read fonstatafterread write fonstatafterread;

Description

Methods

Protected function getobj(out aobj: objectinfoarty): boolean;
 
Protected function findtarget(const aname: string): tobject;
 
Protected procedure scantargets(const aroot: tcomponent);
 
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 procedure readstat(const areader: tstatreader);
 
Public procedure writestat(const awriter: tstatwriter);
 
Public procedure valuestoobj(const sourceroot: tcomponent);
 
Public procedure objtovalues(const destroot: tcomponent);
 

Properties

Public property statfile: tstatfile read fstatfile write setstatfile;
 
Public property statvarname: msestring read fstatvarname write fstatvarname;
 
Public property statpriority: integer read fstatpriority write fstatpriority default 0;
 
Public property ongetobject: getobjecteventty read fongetobject write fongetobject;
 
Public property ongetobjects: getobjectseventty read fongetobjects write fongetobjects;
 
Public property onstatupdate: statupdateeventty read fonstatupdate write fonstatupdate;
 
Public property onstatread: statreadeventty read fonstatread write fonstatread;
 
Public property onstatwrite: statwriteeventty read fonstatwrite write fonstatwrite;
 
Public property onstatbeforeread: notifyeventty read fonstatbeforeread write fonstatbeforeread;
 
Public property onstatafterread: notifyeventty read fonstatafterread write fonstatafterread;
 

Generated by PasDoc 0.16.0.