A user-assigned numeric identifier for a window.
Valid Values
An integer
Remarks
WNum can be used in an application program to identify the window that had focus when control returned to the program. (See ThisWindow.WindowNum in the Language Reference.)
See Also
FNum, FormNum, MenuNum
A unique identifier assigned by the Development Center.
Valid Values
A 25-character string (DEFAULT = $Null)
Remarks
ObjectKey is a unique identifier assigned by the Zim Development Center if the Object Manager (ZOM) has been enabled. End-users should not modify its value. Refer to the Development Center documentation for more information.
ObjectKey has a defined ListWidth of -1 and is not normally displayed.
The vertical dimension (height) of the object, expressed in twips.
Valid Values
A number (longint)
Remarks
In Displays, indicates the overall height of the display.
In FormFields, indicates the visual height of the field.
In Forms, indicates the overall height of the form.
In Windows, indicates the height of the window, including its non-client area.
It is required when either Hght (character rows) or WdgHght (twips) must be specified
See Also
Hght
The horizontal dimension (width) of the object, expressed in twips.
Valid Values
A non-negative number (longint)
Remarks
In Displays, indicates the overall width of the display.
In FormFields, indicates the visual width of the field.
In Forms, indicates the overall width of the form.
In Windows, indicates the width of the window, including its non-client area.
It is required when either Wdth (character rows) or WdgWdth (twips) must be specified.
See Also
WdgHght, Wdth
A user-defined symbol that identifies an object involved in a user interface event.
Valid Values
A character string, up to 18 characters long
Remarks
When a user interface event occurs, the WdgTag values for the objects involved are assigned to special system variables (Event.EventTag, Event.FieldTag, Event.MenuItemTag). This information identifies the objects involved in the event. The application program can then translate events into the desired action.
WdgTag defaults to the name of the object.