ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Check Box control
A Check Box can correspond to...
<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
CheckBoxAdd (Function)
Adds a new option into 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...
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>.Add
Adds a new option into a Check Box control.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
Camera/Video functions (prefix syntax)
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Handling a toolbar through programming (prefix syntax)
WINDEV allows you to handle a Toolbar control through programming......
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
KanbanFilter (Function)
Displays only cards that match the specified filter.
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
<Table>.SortedColumn (Function)
Returns the list of sorted columns found in a table.
Video functions
List of video functions...
<PDF reader>.Save (Function)
Saves the content of a PDF Reader to a file.
DisplayModePreview (Property)
The DisplayModePreview property gets and sets the camera preview mode.
DocChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
CameraConfigure (Function)
Allows you to configure the video capture driver.
docElementLink (Type of variable)
The docElementLink type is used to get the advanced characteristics of a Link element in a docElement variable.
PDFReaderSave (Function)
Saves the content of a PDF Reader to a file.
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
OLE functions
List of OLE functions...
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
BCToImage (Function)
Generates the image of a bar code.
<Ribbon>.EndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.