ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPRenameFile (Example)
Usage example of the FTPRenameFile function
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
InfoBuild (Function)
Displays a custom message in a system information window.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found in a List Box control or in a Combo Box control.
SSH constants
The following constants are used to manage an SSH server:...
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
Seek (Function)
Searches for the index of an element in a WLanguage array.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
HDescribeFile (Function)
Describes a data file programmatically.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
zipMerge (Example)
Usage example of the zipMerge function
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
HTTPCreateForm (Function)
Creates an HTTP form.
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
HViewToFile (Example)
Usage example of the HViewToFile function
Compile (Example)
Usage example of the Compile function
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function