ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine....
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
<Image variable>.Copy (Function)
Copies an image to another image.
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL if its content is empty. Configure the value returned by the control if its content is empty....
<Table>.ExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
<Table>.CollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
WEBDEV license agreement
WEBDEV license agreement...
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Manipulating Combo Box controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
MemcachedDeleteKeyGroup (Function)
Deletes a key from the Memcached cache on a group of servers.
12. Retrieving data from a site
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
MemcachedModify (Function)
Modifies a key/value couple in the Memcached cache....
Markdown (Property)
The Property Markdown allows you to manage the Markdown format: in an Static control in an report. in the internal window fields (title and description) corresponding to the tour stage....
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
MemcachedAdd (Function)
Adds a new key/value couple into the Memcached cache....
The Clickable Image control
The Clickable Image control can be used to......