Table 6-1: Alphabetical List of New Functions
| Function | Description |
| bg_imagedef() | Displays a bitmap image in a form window. |
| fld_gethwnd() | Accesses the Windows handle for the given field. |
| fld_show() | Hides or shows a field |
| gf_lookup() | Get FLDLOOKUP structure from window handle |
| gw_CellSize() | Gets cell size for window |
| gw_Rectangle() | Fills rectangle structure with coordinates of the given window. |
| hInstance() | Get Windows instance |
| is_colorOn() | Determine if the system color is enabled |
| is_monoOn() | Determine if system monochrom is on |
| is_WincolorOn() | Enables Windows colors |
| is_WinmonoOn() | determine if system monochrome is on |
| latt_rplfont() | Changes the font for a given logical attribute |
| latt_ToRGB() | Creates a COLORREF from a logical attribute |
| sb_Message() | Displays a message on the application status line |
| se_color() | Enables/disables color for the entire application |
| se_font() | Sets the font for the entire application |
| se_icon() | Sets the application icon |
| se_mono() | Enables monochrome defined in the LATT array for the entire application |
| se_opt() | Set application level option |
| se_opEx() | Set application level eXtended options |
| se_scrpos() | Sets the size and position of FULL_WNP |
| se_timeout() | Change default timeout for the system timer |
| se_timerfp() | Sets handler for AC_TIMEREVENT |
| sf_focus() | Transfers the focus to the given field |
| sf_optEx() | Sets extended field options |
| sfm_font() | Sets the font for the specified form |
| sr_getwnp() | Accesses the scrollable region window pointer. |
| start_timer() | Start a timer |
| stop_timer() | Stop a timer |
| sw_color() | Enables/disables color for the specified window |
| sw_font() | Defines/sets the font for the specified window |
| sw_fontptr() | Sets an already-defined font for the specified window |
| sw_mono() | Enables monochrome defined in the LATT array for the given window |
| sw_optEx() | Sets extended window options |
| topwnp() | Get top window in Z-order |
| vv_AppIsActive() | Determine if the application is active |
| vv_AppIsQuitting() | Determine if the application is quitting |
| vv_MessageBox() | Display a message dialog box |
| wn_freeze() | Stop window updating |
| wn_gethwnd() | Acquires the handle to the Windows window. |
| wn_getstyle() | Retrieves the Windows window style for any Vermont Views window. |
| wn_setstyle() | Sets the Windows style |
| wn_thaw() | Start window updating |