User Tools

Site Tools


prop_appinstance.htm
Navigation:  Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:AppInstance ====== Previous pageReturn to chapter overviewNext page

Returns the instance handle (HInstance) of the .EXE file for use in low-level API calls which require it. This is only used with the SYSTEM built-in variable. (READ-ONLY)

Example:

PROGRAM

HInstance  LONG

CODE

OPEN(AppFrame)

HInstance = SYSTEM{PROP:AppInstance}  !Get .EXE instance handle for later use

ACCEPT

END

prop_appinstance.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1