ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HConnect (Example)
Usage example of the HConnect function
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
MySelf (Reserved word)
MySelf is used to handle the current control...
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
fSelect (Example)
Usage example of the fSelect function
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
HDelete (Function)
Deletes a record from a data file (query or view).
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Execute (Function)
Starts the execution of a process through programming.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
ExceptionPropagate (Function)
Propagates an exception.
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
fWrite (Function)
Writes: a character string into an external file. a memory section....
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.