ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
Asc (Function)
Returns the ASCII code of the specified character.
EventDestroy (Function)
Explicitly destroys an event.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
EndProgram (Function)
Ends the execution of the current program.
Combination (Type of variable)
A combination is a set of options.
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
LDAPNbValue (Function)
Returns the number of values for an attribute.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.