ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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....
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....
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
Native Sybase Connector for WINDEV and WEBDEV 2024
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.
LooperCollapse (Function)
Collapses a break that was expanded beforehand in a Looper control.
LooperExpand (Function)
Expands a break in the Looper control on a given row.
BreakDelete (Function)
Deletes a break from a Table control or from a Looper control.
BreakDeleteAll (Function)
Deletes all breaks from a Table control or from a Looper control.
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
PDFReaderRotatePage (Function)
Rotates a page displayed in the PDF Reader control.
<Looper>.Expand (Function)
Expands a break in the Looper control on a given row.
<Looper>.Collapse (Function)
Collapses a break that was expanded beforehand in a Looper control.