[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'msestatfile' (#msegui)

tstatfile

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: msestatfile.pas line 52

type tstatfile = class(tactcomponent, istatfile)

public

  constructor create(); override;

  procedure initnewcomponent(); override;

  procedure readstat();

  procedure writestat();

  procedure updatestat();

  property mode: statfilemodety; [r]

published

  property filename: filenamety; [rw]

  property filedir: filenamety; [rw]

  property encoding: charencodingty; [rw]

  property options: statfileoptionsty; [rw]

  property statfile: tstatfile; [rw]

  property savedmemoryfiles: msestring; [rw]

  property statvarname: msestring; [rw]

  property statpriority: Integer; [rw]

  property cryptohandler: tcustomcryptohandler; [rw]

  property activator: tactivator;

  property next: tstatfile; [rw]

  property onstatupdate: statupdateeventty; [rw]

  property onstatread: statreadeventty; [rw]

  property onstatwrite: statwriteeventty; [rw]

  property onstatbeforewrite: notifyeventty; [rw]

  property onstatafterwrite: notifyeventty; [rw]

  property onstatbeforeread: notifyeventty; [rw]

  property onstatafterread: notifyeventty; [rw]

  property onfilemissing: statfilemissingeventty; [rw]

end;

Inheritance

tstatfile,istatfile

|

tactcomponent,iactivatorclient

|

tmsecomponent,ievent,iificommand,iificlient

|

tcomponent

?

TObject


Documentation generated on: 2021-05-13