| Class TRePosApp (unit ReposApp) |
TComponent
| Constructors |
constructor Create(AOwner: TComponent);| Functions |
destructor Destroy;
Procedure LoadAppPosition;
Procedure SaveAppPosition;
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
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;
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 : WordSave 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;