ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fListResource (Function)
Lists the resources integrated to the application.
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
HInfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
Italic (Property)
The Italic property is used to: Find out whether a Font variable is in italic type. Modify the italic attribute of a Font variable....
<Image variable>.Copy (Function)
Copies an image to another image.
HCancelSeek (Function)
Cancels the current search criterion.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed as parameter.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....