ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
<WBAdminAuth variable>.CreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Windows
The windows represent the main interface of a WINDEV application......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
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....
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
The Edit control
The Edit control allows users to enter data......
TopIndent (Property)
The TopIndent property is used to get and change the space at the top of the text (top margin) in a control.
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
1. What is the WEBDEV administrator used for
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
WBAdminCreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
WBAdminUpdateAccount (Function)
Updates the characteristics of a WEBDEV account in a WEBDEV Application Server.
WBAdminDeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
TopMargin (Property)
The TopMargin property sets the top margin of an element.
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....
Caption (Property)
The Caption property is used to get and change the text of an element.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Remote control: Some examples of configuration