ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Border (Type of variable)
The Border type is used to handle a border through programming...
Composite keys
A composite key is a key item containing several other items......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Execute (Function)
Starts the execution of a process through programming.
End of Document block
The End of document block is run once at the end of the report execution......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
Different types of data (Type of variable)
A variable is defined by name and type......
The HTML control
The HTML control displays HTML pages or HTML code......
fSelect (Function)
Opens the Windows file picker.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
Aliases on data files: HAlias
The aliases are used to handle......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......