ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
XMLData (Example)
Usage example of the XMLData function
DDEString (Example)
Usage example of the DDEString function
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
HExecuteView (Example)
Usage example of the HExecuteView function
TableAddChild (Example)
Usage example of the TableAddChild function
NotesListItem (Function)
Returns the list of items for the current Notes document in Lotus Notes.
EmailNbMessage (Example)
Usage example of the EmailNbMessage function
zipOpenRAR (Example)
Usage example of the zipOpenRAR function
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
IntegerPart (Function)
Returns the integer part of a number.
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
FTPMakeDir (Example)
Usage example of the FTPMakeDir function