ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FontList (Function)
Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
HTMLNavigate (Function)
Starts navigation in an HTML Display control.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
SelectionColor (Function)
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
FontCreate (Function)
Creates a font definition.
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
ControlNext (Function)
Returns the name of the next control in input mode.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
ControlPrevious (Function)
Specifies the name of control that was in edit before the current control.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
ControlError (Function)
Customizes the value displayed in the controls when the value cannot be displayed.
ControlCurrent (Function)
Returns the name of the control currently in edit.
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.