Class TRePosApp (unit ReposApp)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

Published declarations


Functions

destructor Destroy;


Procedure LoadAppPosition;


Procedure SaveAppPosition;

Get the app position from inifile, use defaults if necessary

Procedure SetHeight(Value:Word);


Procedure SetHeightName (Value:String);


Procedure SetIniFileName(Value:String);


Procedure SetLeft(Value:Word);


Procedure SetLeftName (Value:String);


Procedure SetSectionName(Value:String);


Procedure SetTop(Value:Word);


Procedure SetTopName (Value:String);


Procedure SetWidth(Value:Word);


Procedure SetWidthName (Value:String);


Procedure SetWindowStateName(Value:String);


Properties

property Height : Word


property HeightName : String


property InifileName : String


property Left : Word


property LeftName : String


property SectionName : String


property Top : Word

Save the app position to inifile

property TopName : String


property Width : Word


property WidthName : String


property WindowStateName : String


Events

Variables

GetHeight : Word;


GetHeightName : String;


GetIniFileName : String;


GetLeft : Word;


GetLeftName : String;


GetSectionName : String;


GetTop : Word;

Private declarations

GetTopName : String;


GetWidth : Word;


GetWidthName : String;


GetWindowStateName : String;



Constructors


constructor Create(AOwner: TComponent);

Published declarations


Functions


destructor Destroy;


Procedure LoadAppPosition;


Procedure SaveAppPosition;

Get the app position from inifile, use defaults if necessary


Procedure SetHeight(Value:Word);


Procedure SetHeightName (Value:String);


Procedure SetIniFileName(Value:String);


Procedure SetLeft(Value:Word);


Procedure SetLeftName (Value:String);


Procedure SetSectionName(Value:String);


Procedure SetTop(Value:Word);


Procedure SetTopName (Value:String);


Procedure SetWidth(Value:Word);


Procedure SetWidthName (Value:String);


Procedure SetWindowStateName(Value:String);


Properties


property Height : Word


property HeightName : String


property InifileName : String


property Left : Word


property LeftName : String


property SectionName : String


property Top : Word

Save the app position to inifile


property TopName : String


property Width : Word


property WidthName : String


property WindowStateName : String


Events


Variables


GetHeight : Word;


GetHeightName : String;


GetIniFileName : String;


GetLeft : Word;


GetLeftName : String;


GetSectionName : String;


GetTop : Word;

Private declarations


GetTopName : String;


GetWidth : Word;


GetWidthName : String;


GetWindowStateName : String;