ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WordToArray (Function)
Fills an array with the words from a string.
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
ContactAdd (Example)
Usage example of the ContactAdd function
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
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....
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
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......
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
zipSize (Example)
Usage example of the zipSize function
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer....
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.
fClose (Function)
Closes an external file.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
Power (Function)
Raise a number to a power.
Type (Example)
Usage example of the Type property
HRead (Function)
Reads a record in a file according to a given record number.
iPrintZone (Example)
Usage example of the iPrintZone function