Unit msestatfile

Description

This item has no 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);

This item has no description.

Types

statupdateeventty = procedure(const sender: tobject; const filer: tstatfiler) of object;

This item has no description.

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

This item has no description.

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

This item has no description.

statfileoptionty = (...);

This item has no description.

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;

This item has no description.

statfilemissingeventty = procedure (const sender: tstatfile; const afilename: filenamety; var astream: ttextstream; var aretry: boolean) of object;

This item has no description.

statfilemodety = (...);

This item has no description.

Values
  • sfm_inactive
  • sfm_reading
  • sfm_writing
pstatclientinfoty = ˆstatclientinfoty;

This item has no description.

statclientarty = array of statclientinfoty;

This item has no description.

statfilestatety = (...);

This item has no description.

Values
  • stfs_reading
statfilestatesty = set of statfilestatety;

This item has no description.

Constants

defaultstatfileoptions = [sfo_activatorread,sfo_activatorwrite,sfo_transaction];

This item has no description.


Generated by PasDoc 0.17.0.snapshot.