Unit position

TPosition version 1.0 copyright © 1996 by Alexander Meeder With this component you can save the position and/or dimension of the form that owns this control. properties: * IniFileDirectory -> Directory where to store the inifile, Windows or Program, default = program * IniFileName -> Name of inifile to save Left, Top etc. * SaveDimension -> true/false, saves Width and Height of owner-form * SavePosition -> true/false, saves Left and Top of owner-form method: * SaveSettings -> Call this method just before quiting your application (Form1.OnClose or Form1.OnDestroy)

Classes

TPosition -

Functions

Register -

Types

TIniFileDirectory

Constants

Variables


Functions


procedure Register;


Types


TIniFileDirectory = (ProgramDir, WindowsDir);

Constants


Variables