ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Error 1035: A class used in a structure must have a constructor without parameter...
Language (Property)
The Language property is used to get and change the language used.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
SFSeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
SFUndelete (Function)
Restores previously deleted Salesforce records.
SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
Error 117: The array has X dimensions and you access it with Y dimensions
MongoGridFSGetFileInfo (Function)
Allows you to get information about a MongoDB file (gridFS).
Note (Property)
The Note property is used to get and change a text associated with an element.
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
SFExecuteProcess (Function)
Requests the execution of a specific process.
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
MongoDeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
WinScreenRectangle (Function)
Returns the coordinates of the screen that contains a window.
apFullProjectName (Function)
Retrieves the full physical name of a project opened during the execution of an action plan.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.