hiStoreFormLocation
hiStoreFormLocation(s_formNamel_location) =>t
Description
Stores a form location coordinates so that the form can be restored later to the same position.
This function stores the name and associated xy position of a form in an internal table. The function hiDisplayForm accesses this information prior to displaying the form. The location is updated when the form is moved so that the form does not go back to its old location when closed and reshown. The information stored overrides any positional information specified in the hiDisplayForm function.
This function is primarily for restoring a saved session.
Arguments
|
Name or base name of the form whose location is to be stored. This argument can contain either the form name or the base name passed by the argument in the |
|
Value Returned
Related Topics
Return to top