ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

USING IN (Stopwatch)
The instruction USE ... IN instruction automatically triggers and stops a timer.
USING IN (transaction)
The USING ... IN statement is used to define the block of operations to be performed in a transaction.
USING IN (Critical section)
The instruction USE ... IN instruction automatically performs initialization and termination operations on critical sections.
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications...
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
Global and local variable
Two types of variables are available...
apExecute (Function)
Runs an action plan.
FTPProxy (Function)
Specifies whether the communication functions that use FTP must go through a proxy to run their requests.
URIGetInfo (Function)
Retrieves information of a URI resource.
NetOpenRemoteAccess (Function)
Establishes a remote connection.
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.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
BackgroundImage (Property)
The ImageFond property lets you view and modify the background image of an element: window, page, field or state.
HCancelSeek (Function)
Cancels the current search criterion.
<Source>.CancelSeek (Function)
Cancels the current search criterion.
SchedulerInfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
<Scheduler>.InfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
<ANSI string>.AnsiToUnicode (Function)
Converts a string in ANSI (Windows) format into a string in Unicode format.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
notificationCategory (Variable type)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
GPSGetPosition (Function)
Retrieves information about the current device position.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS web service.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
DashMode (Function)
Opens or closes the Dashboard control edit mode.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
<Dashboard>.Mode (Function)
Opens or closes the Dashboard control edit mode.
memcachedConnection (Variable type)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
<Table>.Delete (Function)
Deletes a row from:
  • a Table control,
  • a TreeView Table control,
  • a table displayed in a Combo Box control.
AnsiToUnicode (Function)
Converts:
  • an ANSI string (Windows) to a UNICODE string.
  • a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Telephony: Managing incoming calls
The management of the incoming calls is performed in a specific "thread".
<Map>.AddItinerary (Function)
Adds an itinerary onto a Map control.
ValuePerStar (Property)
The ValuePerStar property gets and sets the value of a star in a Rating control.
SNMPOIDStatus (Function)
Returns the status of an OID.
HelpFile (Function)
Returns or modifies the name of the help file used by the context-sensitive help of a window.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...
1
2