ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
DateToInteger (Function)
Converts a date to an integer.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
ArrayCopy (Function)
Copies the content of an array to another array.
Library,Error (External language)
Loads the file that contains the error messages handled by WD??EXE.DLL in the desired language.
Extern (Reserved word)
EXTERN is used to...
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
List,Search (External language)
Finds a value in a list.
RegistryQueryValue (Function)
Reads a value in the Windows registry.
Installing and starting WDTRAD
Installing and starting WDTRAD
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
ThreadEnd (Function)
Ends the execution of the current thread.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
EventCreate (Function)
Creates an event.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).