ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
gpwGetRights (Function)
Used to get the rights granted to a control, a window, a page or a report.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
SQLFirst (Function)
Positions on the first row of the query result.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
XMLPath (Function)
Returns the current position in the document in XPATH format.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL tables.
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....
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
ExtractLine (Function)
Extracts a specific line from a character string.
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
GglGetStaticMap (Example)
Usage example of the GglGetStaticMap function