ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Canada.CheckSIN (Function)
Checks the validity of a Canadian Social Insurance Number (SIN).
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
Extracting the text of the project
The following text can be extracted......
UnitedStates.CheckFEI (Function)
Checks the validity of a U.S. Firm Establishment Identifier.
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Error 1009: The member of the class is private
4. When to use the debugger?
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Handling the report blocks through programming
Each report block is associated with different events......
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
grPrint (Function)
Prints a chart.
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
iSequencingAddDoc (Function)
Adds a print of Word Processing document into a sequence of report prints.
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
Description window of a combining query
The description window of a combining query consists of several sections......
2. WEBDEV administrator in practice
<Chart>.Print (Function)
Prints a chart.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.