ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
ControlFindTextNext (Function)
Finds and selects the next element corresponding to the sought text in a window or in a control.
Select query description window: Items used
Repositionable Note control properties
A Repositionable Note control can be handled in a window by the following WLanguage properties......
WinOutHeight (Function)
Returns the full height of the window (including the border, menu bar and title).
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
Camera control properties
You can handle Camera controls in a window using the following WLanguage properties......
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
<docFragment variable>.Insert (Function)
Replaces the content of the current fragment. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
WinIconBarHeight (Function)
Returns or modifies the current height of the "Icon Bar" area in the current MDI parent window.
<Document variable>.Insert (Function)
Inserts an object in a Document variable. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
Designing a supercontrol
A supercontrol is an advanced type of control......
Defining a help window template
WINDEV allows you to create help window templates......
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
<Window>.EdDo (Window)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......