ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
SFModify (Function)
Modifies the records of a file defined in Salesforce.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
btleDescriptor (Type of variable)
The btleDescriptor type is used to handle the descriptor of a Bluetooth Low Energy characteristic
SysYRes (Function)
Returns the vertical screen resolution.
ServiceUninstall (Function)
Uninstalls a service.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HDescribeConnection (Function)
Describes a new connection to an external database.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
fRemoveDir (Example)
Usage example of the fRemoveDir function
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
14. Controls in practice
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
Other operators
The following are additional operators......