| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:AppInstance ====== | [[prop alwaysdrop.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop asserthook.htm|{{btn_next_n.gif|Next 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**