ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.ModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
<Connection variable>.NoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
<Connection variable>.UpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server.
<Connection variable>.ModifyViewRights (Function)
Modifies the rights granted to a user or group on an SQL view or on a materialized view.
<Connection variable>.ModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL data file located on a server.
<Connection variable>.InfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view or on a materialized view.
<Connection variable>.DeleteDatabase (Function)
Deletes a database located on an HFSQL server.
<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two data files on the server.
StartControl (Property)
The StartControl property gets and sets the start control of a Wire control.
EndControl (Property)
The EndControl property gets or sets the end control of a Wire control.
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
HStopServer (Function)
Stops an HFSQL server.
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Driver (Property)
The Driver property is used to get the video capture driver the Camera control is associated with.
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible" modeling, entirely included in the environment......
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
SearchValue (Property)
The SearchValue property is used to get and change the value of the search field in an Action Bar.
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......