DoSaveEnvironment - cApplication
Writes the Program/Views size and location to the registry
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| hoContainer | Handle | Object-handle of the object to set the size/location for. This can be either a View or Panel (program) |
| bProgram | Boolean | True if the hoContainer object is a Program (in which case the visibility of the statusbar and toolbar is also set) |
Syntax
Procedure DoSaveEnvironment Handle hoContainer Boolean bProgram
Call Example
Send DoSaveEnvironment hoContainer bProgram
Description
The DoSaveEnvironment procedure is used internally to write the Program and View size/locations to the Registry.