ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
RandomCryptoInteger (Function)
Returns a random number that can be used with the cryptographic technologies.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
VariantConvert (Function)
Converts the value stored in a Variant variable].
Underline (Property)
The Underline property is used to: Find out whether a Font variable is underlined. Underline (or not) a Font variable....
fDirectoryExist (Function)
Checks the existence of a directory.
MemCount (Function)
Returns the number of elements found in a memory zone.
Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
Cos (Function)
Calculates the cosine of an angle.
CoTan (Function)
Calculates the cotangent of an angle.
Root (Function)
Returns the root of a number.
Sin (Function)
Returns the sine of an angle.
Tangent (Function)
Calculates the tangent of an angle.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HCloseConnection (Function)
Closes a connection to a database.
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
XMLClose (Function)
Closes an XML document created by XMLDocument.