ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
How to perform a full file browse?
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
PDFToText (Function)
Extract the text contained in an Document PDF.
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
OpenMobileWindow (Function)
Opens a window in a mobile application.
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Error 301: Unknown identifier
State (Property)
The State property is used to get and change the state of an element.
Events associated with a Range Slider control
The following events are associated with Range Slider controls:...
CertificateSignString (Function)
Creates the signature of a character string.
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......