ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
WiFiConnectionInfo (Function)
Returns the requested information about the current Wi-Fi connection of the device.
Programming the looper attributes
All the looper attributes can be handled by programming......
iColumnEnd (Function)
Forces a column break in a multi-column report.
CameraConfigure (Function)
Allows you to configure the video capture driver.
VideoConfigure (Function)
Allows you to configure the video capture driver.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Programming an indexed control
Events associated with Chart controls
List of events associated with the Chart controls...
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Financial constants
List of constants used by the financial functions....
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
ChangeTarget (Function)
Changes the target of a button action.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
2. WEBDEV administrator in practice
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
SpreadsheetInputFunction (Function)
Inserts a function name at cursor position in the editable cell of a Spreadsheet control found in a window.
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
HTMLToRGB (Function)
Converts the HTML color into RGB color.
Space (External language)
Fills the content of WdString with space characters on the right.