frame
FRAME FIELD field IN FRAME frame column IN BROWSE browse MENU SUB-MENU menu MENU-ITEM menu-item IN MENU menu handle system-handle |
System handle
|
Description
|
ACTIVE-WINDOW
|
A handle to the ABL window that has most recently received input focus during the session.
|
CLIPBOARD
|
A handle to the system clipboard.
|
COLOR-TABLE
|
A handle to information on the current color table.
|
COMPILER
|
A handle to information on the most recently executed COMPILE statement.
|
CURRENT-WINDOW
|
|
DEBUGGER
|
A handle to the Application Debugger.
|
DEFAULT-WINDOW
|
A handle to the static window created by the AVM for the session. Every session has one static window.3
|
ERROR-STATUS
|
A handle to information on the last statement executed with the NO-ERROR option.
|
FILE-INFO
|
A handle to information on an operating system file.
|
FOCUS
|
A handle to the field-level widget that currently has keyboard focus (that is, the current field).
|
FONT-TABLE
|
A handle to information on the current font table.
|
LAST-EVENT
|
A handle to the last event received by the program.
|
RCODE-INFO
|
A handle to information on an ABL r-code file.
|
SELF
|
A handle for the widget associated with the currently executing user-interface trigger.
|
SESSION
|
A handle to information on the current ABL session.
|
SOURCE-PROCEDURE
|
A handle to the procedure file that contains the original invocation (RUN statement or function invocation) of the current internal procedure or user-defined function.
|
TARGET-PROCEDURE
|
From within an internal procedure: A handle to the procedure file mentioned, explicitly or implicitly, by the original RUN statement that invoked (perhaps through a chain of super procedures) the current internal procedure.From within a user-defined function: A handle to the procedure file mentioned, explicitly or implicitly, by the original function invocation that invoked (perhaps through a chain of super versions of functions) the current user-defined function.
|
THIS-PROCEDURE
|
A handle to the executing external procedure in which the handle is referenced.
|