ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Check Box control
A Check Box can correspond to...
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
State "form with input": input in a PDF form
The report editor can be used to create form reports, which include different controls allowing users to enter data...
<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
<Check box>.Add
Adds a new option into a Check Box control.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options...
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
Pinned area on a page: fixed area on screen (Fixed)
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Context menu of windows (AAF)
The context menu of the windows (right mouse click on the window) contains the following options......
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
1. Testing a site: Elements to be tested
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
FAA: Image field context menu
A context menu is available for Image controls......
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
WidgetProcedure (Function)
Specifies the procedure that will be called when the user clicks an iOS 14 widget.