ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
CharactType (Function)
Returns information about the type of character.
MemCreate (Function)
Creates a memory area.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
KioskDisable (Function)
Disables kiosk mode for the current application.
Iconize (Function)
Minimizes a WINDEV window.
MapClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
Val (Function)
Returns the numeric value of a character string.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
MapDisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
NavigationPaneVisible (Property)
The NavigationPaneVisible property is used to display the thumbnail pane in the PDF Reader control.
HInfoReplica (Function)
Returns information about the specified replica.
ScanCapability (Function)
Used to determine if a scanner has a given capability.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
Sum (Function)
Calculates the sum of the array elements.
LOOP statement
The statement block is repeated endlessly...
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....