BBjINPUTD Control Properties
|
Property |
Description |
|
Control Type |
Identifies the resource as an INPUTD control. ResBuilder sets this when creating the control and it cannot be changed. |
|
Control ID |
The control ID number. This number must be an integer between 1 and 32767 and it must be unique within a given top-level window. |
|
Name |
Control name. |
|
Initial contents |
Date initially displayed in the control. |
|
x Position |
Horizontal position of the upper-left corner of the control. |
|
y Position |
Vertical position of the upper-left corner of the control. |
|
Width |
Control width. |
|
Height |
Control height. |
|
Fore color |
Control foreground color. |
|
Back color |
Control background color. |
|
Font |
Control font. |
|
Short cue |
Tool tip text displayed when the mouse is positioned over the control. |
|
Long cue |
Status bar text displayed when the mouse is positioned over the control. |
|
Disabled |
Sets the control initally to disabled. |
|
Invisible |
Sets the control initally to invisible. |
|
Client edge |
Draws a recessed edge around the control. |
|
Raised edge |
Draws a raised edge around the control. |
|
Restore string |
Sets the restore string. |
|
Initial position |
Sets the initial cursor position. |
|
Pass enter |
Passes the Enter key to the parent window. |
|
Pass tab |
Passes the Tab key to the parent window. |
|
Mask |
Sets the input mask. |
|
Max length |
Sets the maximum length of the input string. |
|
Beep |
Sound a beep upon entry of invalid data. |
|
Show weeks |
Causes the InputD popup calendar to show week numbers. |
|
Highlight |
Prompts non-mouse events on the control to highlight the control's text. |
|
Read only |
Sets the control initially to read-only. |
|
Popup menu ID (BBj) |
ID of a popup menu attached to the control. Set to 0 for no popup menu. |
|
Opaque (BBj) |
Prevents items located underneath the control from showing through. These items may be graphical objects on the top-level form. BBj 4.0 and higher only. |
|
Bound Record Set (BBj) |
ID of record set associated with the control. Set to 0 for no record set association. |
|
Record Field (BBj) |
Can only be set when the record set is set to something other than 0. Specifies the record set field to associate the control with. |
|
Tab traversable (BBj) |
Sets the control to gain focus from keyboard navigation. BBj 4.0 and higher. |