ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
MapDeleteShape (Function)
Deletes a shape drawn on the map displayed in an Map control.
MapModifyShape (Function)
Modifies a shape drawn on the map displayed in a Map control.
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
<Map>.DeleteShape (Function)
Deletes a shape drawn on the map displayed in an Map control.
<Map>.ModifyShape (Function)
Modifies a shape drawn on the map displayed in a Map control.
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
InitialState (Property)
The InitialState property is used to get the initial state of a control.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
Shadow (Property)
The Shadow property enables or disables the shadow of a shape in a diagram.
LineColor (Property)
The LineColor property is used to define the line color of a shape.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Page>.ClosePopup (Function)
Hides a popup page displayed in the page via PopupDisplayPage.
InPageWithinWindowMode (Function)
Indicates if the page is displayed in a WEBDEV Page control in a window.
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Clipping the window according to an image
An image can be used to easily define the shape of a window......
8. Sharing a project in practice
11. Popup page
ERR_CLOSED_PAGE
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
12. Pages in practice