<OBJECT>.SESSIONHANDLE()

Syntax

Session_Handle as N = <OBJECT>.SESSIONHANDLE()

Description

The <OBJECT>.SESSIONHANDLE() method applies to:

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

Form Functions and Methods, Browse Functions and Methods