ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
CallDLL32 (Example)
Usage example of the CallDLL32 function
GetDefinition (Function)
Retrieves the definition of element type.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
SemaphoreCreate (Function)
Creates a semaphore.
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
HExecuteProcedure (Function)
Runs a stored procedure.
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
MatMultiply (Function)
Multiplies two matrices.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
HSendMessageToClient (Function)
Displays a message on the client computers.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.