ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
EnumControl (Function)
Returns the name of Nth control found in the specified element.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
zipCreate (Function)
Creates an archive.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction. the management mode of conflicts....
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
HTTPCreateForm (Function)
Creates an HTTP form.
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.