ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Sum (Function)
Calculates the sum of the array elements.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
Name (Property)
The Name property is used to get the name of an element.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
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....
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
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, ......
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).
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
InPHPMode (Function)
Indicates whether the code is run in PHP.