Class TFormPosSaver (unit BHPosSvr)

Inherits from

TComponent

Constructors


constructor Create(AOwner : TComponent);



Functions

procedure Restore;

Public declarations

procedure Save;


procedure FormClose(Sender: TObject; var Action: TCloseAction);

these function replace form's function FormClose

procedure FormShow(Sender: TObject);

these function replace form's function FormShow

procedure SetRegRootKey(Value: TPosSaverHKEY);

Protected declarations

Properties

property IniName : string

Published declarations

property IniSection : string


property RegKey : string


property RegRootKey : TPosSaverHKEY


property UseRegistry : boolean


Events

Variables

FCloseEvent : TCloseEvent;


FIniName : string;

Private declarations

FIniSection : string;


FRegKey : string;


FRegRootKey : HKEY;


FShowEvent : TNotifyEvent;


FUseRegistry : boolean;


F_RegRootKey : TPosSaverHKEY;



Constructors


constructor Create(AOwner : TComponent);


Functions


procedure Restore;

Public declarations


procedure Save;


procedure FormClose(Sender: TObject; var Action: TCloseAction);

these function replace form's function FormClose


procedure FormShow(Sender: TObject);

these function replace form's function FormShow


procedure SetRegRootKey(Value: TPosSaverHKEY);

Protected declarations


Properties


property IniName : string

Published declarations


property IniSection : string


property RegKey : string


property RegRootKey : TPosSaverHKEY


property UseRegistry : boolean


Events


Variables


FCloseEvent : TCloseEvent;


FIniName : string;

Private declarations


FIniSection : string;


FRegKey : string;


FRegRootKey : HKEY;


FShowEvent : TNotifyEvent;


FUseRegistry : boolean;


F_RegRootKey : TPosSaverHKEY;