ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
<Source>.NbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
Image (Property)
The Image property gets and sets the background image of a control or block.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
iSequencingAddDiagram (Function)
Adds a Diagram document into a sequence of report printouts.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
iSequencingAddDoc (Function)
Adds a print of Word Processing document into a sequence of report prints.
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
Handling the report blocks through programming
Each report block is associated with different events......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
End of Document block
The End of document block is run once at the end of the report execution......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
WINDEV concepts
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....