ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
RGB (Function)
Defines a color from its Red, Green and Blue components.
ContextClose (Function)
Closes a page context.
EventCreate (Function)
Creates an event.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
iPrintImage (Function)
Sends the image file to print to the print buffer.
fFileName (Function)
Returns the name of an external file that is currently opened.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SocketWrite (Function)
Writes a message intended to another socket.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......