ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AccessibilityScreenReaderEnabled( Function)
Finds out whether the screen reader is Active.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
ControlClone (Function)
Creates a new control from an existing control.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
HUpdateQuery (Function)
Creates or updates a query on an HFSQL server.
HSL (Function)
Creates a color from its hue, saturation and lightness.
HClusterParameter (Function)
Reads and modifies the parameters of an HFSQL cluster.
<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.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
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......
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......
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.