ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Reduce (Function)
Applies a computation to each element of a WLanguage array.
History of versions
The history of setup versions is an advanced feature of the network setup......
fCreate (Function)
Creates an external file.
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Designation of current element (Reserved word)
The keywords used to identify the current element are:
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.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......