ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintAreaMarkdown (Function)
Prints Markdown text in a rectangular area.
iPrintArea (Function)
Prints a text in a rectangular area.
<PDF reader>.Save (Function)
Saves the content of a PDF Reader to a file.
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
HClusterParameter (Function)
Reads and modifies the parameters of an HFSQL cluster.
AccessibilityScreenReaderEnabled( Function)
Finds out whether the screen reader is Active.
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Native Sybase Connector for WINDEV and WEBDEV 2024
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
SaaSAdminCreateClientDatabase (Function)
Creates the database of a client account for a SaaS site.
Error 117: The array has X dimensions and you access it with Y dimensions
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.