A fill-in widget is the simplest form of data representation. Within a fill-in, the field value is displayed as a string of characters that you can edit. A fill-in is the default representation for data. You can explicitly set up a static fill-in with the VIEW-AS phrase. You can create a dynamic fill-in with the CREATE widget statement.

Note: The default sizing of fill-ins occurs only when you use the default font. When you explicitly specify a font, the AVM uses the average width of that font.


Attributes

ATTR-SPACE attribute AUTO-RESIZE attribute AUTO-RETURN attribute
AUTO-ZAP attribute 1 BGCOLOR attribute 1 BLANK attribute
COLUMN attribute CONTEXT-HELP-ID attribute CURSOR-OFFSET attribute 1
DATA-TYPE attribute DBNAME attribute DCOLOR attribute 1
DEBLANK attribute DISABLE-AUTO-ZAP attribute DROP-TARGET attribute
DYNAMIC attribute EDIT-CAN-PASTE attribute 1 EDIT-CAN-UNDO attribute 1
FGCOLOR attribute 1 FONT attribute 1 FORMAT attribute 1
FRAME attribute FRAME-COL attribute FRAME-NAME attribute
FRAME-ROW attribute FRAME-X attribute FRAME-Y attribute
HANDLE attribute 1 HEIGHT-CHARS attribute 1 HEIGHT-PIXELS attribute 1
HELP attribute HIDDEN attribute HWND attribute
INDEX attribute INPUT-VALUE attribute 1 INSTANTIATING-PROCEDURE attribute
LABEL attribute LABELS attribute MANUAL-HIGHLIGHT attribute
MENU-KEY attribute MENU-MOUSE attribute MODIFIED attribute
MOUSE-POINTER attribute MOVABLE attribute NAME attribute 1
NEXT-SIBLING attribute NEXT-TAB-ITEM attribute NUM-DROPPED-FILES attribute
PARENT attribute PASSWORD-FIELD attribute PFCOLOR attribute 1
POPUP-MENU attribute PREV-SIBLING attribute PREV-TAB-ITEM attribute
PRIVATE-DATA attribute READ-ONLY attribute RESIZABLE attribute
ROW attribute 1 SCREEN-VALUE attribute 1 SELECTABLE attribute
SELECTED attribute SELECTION-END attribute SELECTION-START attribute
SELECTION-TEXT attribute SENSITIVE attribute SIDE-LABEL-HANDLE attribute
SUBTYPE attribute TABLE attribute TAB-POSITION attribute
TAB-STOP attribute TEXT-SELECTED attribute TOOLTIP attribute
TYPE attribute 1 VISIBLE attribute WIDGET-ID attribute
WIDTH-CHARS attribute 1 WIDTH-PIXELS attribute 1 WINDOW attribute
X attribute 1 Y attribute 1

Methods

CLEAR( ) method (FILL-IN Widget) CLEAR-SELECTION( ) method 2
EDIT-CLEAR( ) method 2 EDIT-COPY( ) method 2
EDIT-CUT( ) method 2 EDIT-PASTE( ) method 2
EDIT-UNDO( ) method 2 END-FILE-DROP( ) method
GET-DROPPED-FILE( ) method LOAD-MOUSE-POINTER( ) method
MOVE-AFTER-TAB-ITEM( ) method MOVE-BEFORE-TAB-ITEM( ) method
MOVE-TO-BOTTOM( ) method MOVE-TO-TOP( ) method
SET-SELECTION( ) method 2 VALIDATE( ) method

Events

Default keyboard events Developer events
Field editing key function events General direct manipulation events
Mouse events Navigation key function events
Universal key function events DROP-FILE-NOTIFY
ENTRY LEAVE
VALUE-CHANGED

See also

CREATE widget statement, VIEW-AS phrase

1 This attribute also applies to fill-in browse columns.
2 This method also applies to fill-in browse columns.