Unit msestat
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
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
|
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.