ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified picLayer variable.
<picLayer variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in a picLayer variable.
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
The planes in WEBDEV
The planes are used to group the controls of an element......
<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
Action Bar control functions
The following functions are used to manage the Action Bar control......
Constants for object visibility
List of constants for managing the visibility of an object....
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
Events associated with Slider controls
List of events associated with Slider controls in a window...
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....