ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BankHoliday (Function)
Indicates whether a day is a public holiday or not.
VideoStop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
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.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
XMLChild (Function)
Positions on the first child element of current element.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
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.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
Bold (Property)
The Bold property is used to: Find out whether a Font variable is bold. Modify the bold attribute of a Font variable....
MemDelete (Function)
Deletes an element from a memory zone.
StringFormat (Function)
Formats a character string according to the selected options.
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...