ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
PageAddress (Function)
Used to find out the Internet address of a page.
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Creating a delete query
A delete query (corresponding SQL statement......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
Events associated with a Navigation Bar control
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
Use Facebook authentication (prefix syntax)
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Detailed use of WINDEV FTP/RPC
Rich Text Area control properties
A Rich Text Area control can be handled in a window by the following WLanguage properties......
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......