ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EventCreate (Function)
Creates an event.
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
HDescribeItem (Function)
Describes a file item through programming.
gpwFindUser (Function)
Retrieves the characteristics of a user of the user groupware.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
xlsVersion (Function)
Returns the Excel version that was used to save the file.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
CharactType (Function)
Returns information about the type of character.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
Find/Replace in the current project
The "Find/Replace" feature is used to......
Map control properties
The following properties can be used with Map controls:...
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
HCopyRecord (Example)
Usage example of the HCopyRecord function
FTPGet (Example)
Usage example of the FTPGet function