ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Size (Example)
Usage example of the Size property
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer....
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
Password (Property)
The Password property sets and changes the password.
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HRead (Function)
Reads a record in a file according to a given record number.
grLegend (Function)
Indicates the presence and position of legend in a chart.
CurrentYear (Function)
Returns the current year in integer format.
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
fRemoveDir (Example)
Usage example of the fRemoveDir function
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).