ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
Creating an action plan
The action plans group all actions that will be performed by the software factory....
DateToInteger (Function)
Converts a date to an integer.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
SFExecuteProcess (Function)
Requests the execution of a specific process.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Image editor
WINDEV, WEBDEV and WINDEV Mobile include an image editor......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.