ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GOTO statement
The GOTO statement is used to run a code identified by a given label...
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
ThreadState (Function)
Returns the current status of a thread.
HListItem (Example)
Usage example of the HListItem function
The Check Box control
A Check Box can correspond to......
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
Charact (Function)
Returns the character corresponding to the specified ASCII 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.
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
fRemoveDir (Example)
Usage example of the fRemoveDir function
EndProgram (Function)
Ends the execution of the current program.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Open (Function)
Opens a modal WINDEV window.
Creating the Table windows of the WINDEV RAD pattern