ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
Caption (Property)
The Caption property is used to get and change the text of an element.
Color (Property)
The Color property is used to get and change the color of an element.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
Content (Property)
The Content property is used to get and change the content of an element.
Link (Property)
The Link property is used to get and change the link of an element.
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
Description (Property)
The Description property is used to get and change the description of an element.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
PageChangeLayout (Function)
Applies a specific layout to a page.
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
Comment (Property)
The Comment property is used to manage comments.
User (Property)
The User property is used to identify and change the user of a feature.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
ConnectionTimeout (Property)
The ConnectionTimeout property is used to manage the connection timeout.
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
ID (Property)
The ID property is used to get and change IDs.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
NetOpenRemoteAccess (Function)
Establishes a remote connection.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....