ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
Radio Button control properties
List of properties associated with a Radio Button control...
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
WEBDEV Application Server for Linux - Overview
WEBDEV is a full development environment devoted to Internet and Intranet......
Handling a Web Component control through programming
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Body Complement block
The Body complement block is linked to the Body block......
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Address (Property)
The Address property is used to: Establish a connection between the Conference control (and the associated stream) and the receiver. This property is equivalent to StreamConnect. Get the address of the last outgoing connection request....
Recompiling the project
The project compilation is a process used to......
3-tier architecture
The development in "3-tier" architecture is now simplified......
".STY" file: "Style sheet" file
A style sheet is a "......
iResetNbPages (Function)
Reinitializes the current number of pages, used in the preset controls such as "Number of pages" and "Page number and number of pages".
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions must be specified by the conditional operators AND and OR......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......