ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SFAdd (Function)
Creates a record in a file of a Salesforce database.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
iLine (Function)
Prints a line at specified coordinates.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
SQLReqExists (Function)
Checks the existence of a query.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
SFConvertLead (Function)
Converts the leads.
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a Webservice.
grPointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
Italic (Property)
The Italic property is used to: Find out whether a Font variable is in italic type. Modify the italic attribute of a Font variable....
SeriesColor (Property)
The SeriesColor property is used to: Find out the color of a series in a chart. Modify the color of a series in a chart....
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
SQLModify (Function)
Modifies the content of a row in the query result.
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.