ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Entity of a CDM
To group information according the MERISE method, entities must be created......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
TreeFind (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
<TreeView>.Identifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
<TreeView>.ListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
<TreeView>.Find (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
WLanguage procedure called by inAppListPurchase
Procedure ("Callback") called by inAppListPurchase when the list of purchases made is received.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.