Unit msestat

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Interface istatfile  
Interface istatupdatevalue  
Class tstatfiler  
Record sectionty  
Class tstatreader  
Class tstatwriter  
Record streaminfoty  
Class tmemorytextstream  
Class tmemorystreams  

Functions and Procedures

procedure deletememorystatstream(const streamname: msestring);
function memorystatstreams: tmemorystreams;
function canstatvalue(const editoptions: optionsedit1ty; const stat: tstatfiler): boolean;
function canstatstate(const editoptions: optionsedit1ty; const stat: tstatfiler): boolean;
function canstatoptions(const editoptions: optionsedit1ty; const stat: tstatfiler): boolean;
procedure readstringar(const reader: treader; out avalue: stringarty);
procedure writestringar(const writer: twriter; const avalue: stringarty);
function writestat(const asource: array of statwriteeventty; const section: msestring): string;
procedure readstat(const adest: array of statreadeventty; const atext: string; const section: msestring);

Types

statreadeventty = procedure (const reader: tstatreader) of object;
statwriteeventty = procedure (const writer: tstatwriter) of object;
statfileroptionty = (...);
statfileroptionsty = set of statfileroptionty;
psectionty = ˆsectionty;
sectionarty = array of sectionty;
recsetcounteventty = procedure(const acount: integer) of object;
recsetcountevent1ty = procedure(const acount: integer);
recstoreeventty = procedure(const aindex: integer; const avalue: msestring) of object;
recstoreevent1ty = procedure(const aindex: integer; const avalue: msestring);
recgetrecordeventty = function(const index: integer): msestring of object;
recgetrecordevent1ty = function(const index: integer): msestring;

Constants

defaultstatfilename = 'status.sta';

Description

Functions and Procedures

procedure deletememorystatstream(const streamname: msestring);

This item has no description.

function memorystatstreams: tmemorystreams;

This item has no description.

function canstatvalue(const editoptions: optionsedit1ty; const stat: tstatfiler): boolean;

This item has no description.

function canstatstate(const editoptions: optionsedit1ty; const stat: tstatfiler): boolean;

This item has no description.

function canstatoptions(const editoptions: optionsedit1ty; const stat: tstatfiler): boolean;

This item has no description.

procedure readstringar(const reader: treader; out avalue: stringarty);

This item has no description.

procedure writestringar(const writer: twriter; const avalue: stringarty);

This item has no description.

function writestat(const asource: array of statwriteeventty; const section: msestring): string;

This item has no description.

procedure readstat(const adest: array of statreadeventty; const atext: string; const section: msestring);

This item has no description.

Types

statreadeventty = procedure (const reader: tstatreader) of object;

This item has no description.

statwriteeventty = procedure (const writer: tstatwriter) of object;

This item has no description.

statfileroptionty = (...);

This item has no description.

Values
  • sfro_nodata
  • sfro_nooptions
  • sfro_nostate
statfileroptionsty = set of statfileroptionty;

This item has no description.

psectionty = ˆsectionty;

This item has no description.

sectionarty = array of sectionty;

This item has no description.

recsetcounteventty = procedure(const acount: integer) of object;

This item has no description.

recsetcountevent1ty = procedure(const acount: integer);

This item has no description.

recstoreeventty = procedure(const aindex: integer; const avalue: msestring) of object;

This item has no description.

recstoreevent1ty = procedure(const aindex: integer; const avalue: msestring);

This item has no description.

recgetrecordeventty = function(const index: integer): msestring of object;

This item has no description.

recgetrecordevent1ty = function(const index: integer): msestring;

This item has no description.

Constants

defaultstatfilename = 'status.sta';

This item has no description.


Generated by PasDoc 0.17.0.snapshot.