ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RGB (Function)
Defines a color from its Red, Green and Blue components.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
fFileName (Function)
Returns the name of an external file that is currently opened.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
SQLChangeConnection (Function)
Modifies the current connection.
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....
ChronoReset (Function)
Stops and resets a running stopwatch.
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
gpwDefault (Function)
Returns the value that corresponds to "DEFAULT" according to the framework being used.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
Factorial (Function)
Returns the factorial of an integer number.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
fRemoveDir (Function)
Deletes a directory from a disk.