ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
AAF: Context menu of Image controls
A context menu is available for Image controls......
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
DocStartModification (Function)
Signals the start of grouping for a set of operations on a document in a single event (management of "undo/redo")....
TopIndent (Property)
The TopIndent property is used to get and change the space at the top of the text (top margin) in a control.
SysRemovableExternalStorage (Function)
Used to find out whether the external storage space corresponds to the movable memory (SD Card).
9. Types of standard controls
Types of standard controls...
SpreadsheetStartModification (Function)
Indicates the start of a group of operations on a Spreadsheet control in a single event (management of "undo/redo")....
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
XML functions (prefix syntax)
List of XML functions...
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
InMacCatalystMode (Function)
Indicates whether the application is running in Mac Catalyst mode (running an iPad application on a Mac).
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
OperationLogDirectory (Property)
The OperationLogDirectory property is used to manage the directory of the operation log file associated with a data file.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.