<OBJECT>.SESSIONHANDLE()
Syntax
Session_Handle as N = <OBJECT>.SESSIONHANDLE()
Description
The <OBJECT>.SESSIONHANDLE() method applies to:
Alpha Five (for <OBJECT> use the keyword "A5")
Control Panel (for <OBJECT> use the keyword "CONTROLPANEL")
Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)
Form Controls (for <OBJECT> use the <CONTROL> pointer or the address of the control)
The <OBJECT>.SESSIONHANDLE() method returns the session handle associated with the object. Session handles are typically not needed by any V3 and above Xbasic methods. Session handles were used in V1 Xbasic and this method is supplied for compatibility with some V1 syntax.
Supported By
Alpha Five Version 5 and Above
Limitations
Desktop applications only.
Example
|
? ControlPanel.SessionHandle() = 1.000000 |
See Also