Unit msestatfile

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Record statclientinfoty  
Class tstatfile  
Class tstatfileitem  
Class tstatfilearrayprop  

Functions and Procedures

procedure setstatfilevar(const sender: istatfile; const source: tstatfile; var instance: tstatfile);

Types

statupdateeventty = procedure(const sender: tobject; const filer: tstatfiler) of object;
statreadeventty = procedure(const sender: tobject; const reader: tstatreader) of object;
statwriteeventty = procedure(const sender: tobject; const writer: tstatwriter) of object;
statfileoptionty = (...);
statfileoptionsty = set of statfileoptionty;
statfilemissingeventty = procedure (const sender: tstatfile; const afilename: filenamety; var astream: ttextstream; var aretry: boolean) of object;
statfilemodety = (...);
pstatclientinfoty = ˆstatclientinfoty;
statclientarty = array of statclientinfoty;
statfilestatety = (...);
statfilestatesty = set of statfilestatety;

Constants

defaultstatfileoptions = [sfo_activatorread,sfo_activatorwrite,sfo_transaction];

Description

Functions and Procedures

procedure setstatfilevar(const sender: istatfile; const source: tstatfile; var instance: tstatfile);
 

Types

statupdateeventty = procedure(const sender: tobject; const filer: tstatfiler) of object;
 
statreadeventty = procedure(const sender: tobject; const reader: tstatreader) of object;
 
statwriteeventty = procedure(const sender: tobject; const writer: tstatwriter) of object;
 
statfileoptionty = (...);
 
Values
  • sfo_memory
  • sfo_deletememorydata
  • sfo_createpath
  • sfo_transaction
  • sfo_savedata
  • sfo_autoreadstat
  • sfo_autowritestat
  • sfo_activatorread
  • sfo_activatorwrite
  • sfo_nodata
  • sfo_nostate
  • sfo_nooptions
statfileoptionsty = set of statfileoptionty;
 
statfilemissingeventty = procedure (const sender: tstatfile; const afilename: filenamety; var astream: ttextstream; var aretry: boolean) of object;
 
statfilemodety = (...);
 
Values
  • sfm_inactive
  • sfm_reading
  • sfm_writing
pstatclientinfoty = ˆstatclientinfoty;
 
statclientarty = array of statclientinfoty;
 
statfilestatety = (...);
 
Values
  • stfs_reading
statfilestatesty = set of statfilestatety;
 

Constants

defaultstatfileoptions = [sfo_activatorread,sfo_activatorwrite,sfo_transaction];
 

Generated by PasDoc 0.16.0.