ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
gImage (Function)
Builds a sequence of characters containing an image.
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....
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
Reals
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
TableMode (Function)
TableMode is kept for backward compatibility.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
2. Analysis in practice