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.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
TimeToInteger (Function)
Converts a time to an integer.
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
Alias (Property)
The Alias property gets the alias of an element.
OpenSister (Example)
Usage example of the OpenSister function
Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
Calling a procedure/a function
Syntax for calling a local or global procedure.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
Orientation (Property)
The Orientation property is used to: Get the angle (in degrees) of a Font variable. Modify the angle (in degrees) of a Font variable....
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
Euro constants
List of constants used by the functions for managing the Euro....
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Option (Property)
The Option property is used to get and change certain options.
ColorPalette (Function)
Returns a color found in the current palette.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......