SaveDockingState
PowerScript function
Description
Stores the MDI state in the registry.
Applies to
Window objects
Syntax
|
1 |
SaveDockingState ( regkey ) |
|
Argument |
Description |
|---|---|
|
regkey |
The regkey argument is the registry key. If no entry for |
Return value
Integer.
Returns 1 if it succeeds and -1 if an error occurs. If any
argument’s value is null SaveDockingState returns null.
Usage
You can set the application so that it saves the states of the open
sheets. You should call this function when the application closes.
Examples
Save all sheets in register
|
1 2 3 |
integer li_rtn string is_register = "AppeonPowerBuilderExamplesDocking" li_rtn = this.SaveDockingState (is_register) |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest