ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
<Connection variable>.Backup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
<Source>.TrackStop (Function)
Stops tracking a data file on an HFSQL server.
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
<Connection variable>.DeleteServerTrigger (Function)
Deletes a server trigger.
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
<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>.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>.ModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
<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.
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......