ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCloseAnalysis (Function)
Closes the current analysis.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
SchedulerChangeMode (Function)
Modifies the period (which means the number of days) displayed by a Scheduler control.
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Modulo (Reserved word)
Returns the remainder of a division.
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....
RecordSize (Property)
The RecordSize property is used to get the size (in bytes) of a record in: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
TextToXML (Function)
Converts an ANSI string to an XML string.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
SysColor (Function)
Identifies or modifies the color of a Windows element.
ParallelTaskCancel (Function)
Immediately terminates execution of the current task: the task changes state to tpeCancelled.
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
grExist (Function)
Checks the existence of a chart in memory.
PDFIsProtected (Function)
Checks whether the PDF file requires a password to be read.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.