ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
TwainCurrentSource (Function)
Allows you to find out and change the Twain device used by default.
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.
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.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
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.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
ScanSelect (Function)
Opens a standard dialog box with the available scanners.
sListPort (Function)
Returns the list of serial and parallel ports on the computer.
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.
The Calculated control
The "Calculated" control is used to perform calculations in a report......
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
InitRandom (Function)
Initializes the generator of random numbers.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.