ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
DataType (Function)
Identifying the type of a WLanguage variable.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
NetworkDisconnect (Function)
Disconnects a network drive.
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
docElementFormula (Type of variable)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
docCell (Type of variable)
The docCell type is used to define the advanced characteristics of a table cell found in a Word Processing document.
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....
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
docRow (Type of variable)
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document.
SysNation (Function)
Returns the nation currently used by the system.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
Different types of data (Type of variable)
A variable is defined by name and type......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.