ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCurrentDrive (Function)
Gets or sets the current drive.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
Popup window
WINDEV allows you to open windows in popup format......
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
HReadLast (Example)
Usage example of the HReadLast function
fCopyFile (Example)
Usage example of the fCopyFile function
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
".STY" file: "Style sheet" file
A style sheet is a "......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
HOut (Example)
Usage example of the HOut function
fEncrypt (Example)
Usage example of the fEncrypt function
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Composite variable
A composite variable contains different types of elements (members)...
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
InitRandom (Function)
Initializes the generator of random numbers.
Random (Function)
Returns a random number.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.