ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Page with parameters
fMoveDir (Function)
Moves a directory and its content.
6. Internal window
Internal windows...
NetOpenRemoteAccess (Function)
Establishes a remote connection.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the web service.
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 programmatically. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period: in a Calendar control. in an Organizer control. in a Scheduler control....
EndDate (Property)
The EndDate property is used to get and change the selected time period end date: in a Calendar control, in an Organizer control. in a Scheduler control....
rssStream (Variable type)
The rssStream type is used to handle a RSS feed...
Dictionary
The dictionary is a file that can contain the project elements......
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
HDescribeItem (Function)
Describes a file item through programming.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
12. Retrieving data from a site
UploadCurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
SpreadsheetRestorePositionAndSelection (Function)
Restores: the scrollbar position in a Spreadsheet control, the current worksheet, the elements selected in the current worksheet of Spreadsheet control. These elements have been saved by SpreadsheetSavePositionAndSelection....
fCopyFile (Example)
Usage example of the fCopyFile function