ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
<DiskFile variable>.FileName (Function)
Returns the name of an external file currently open.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
SchedulerTaskList (Function)
Retrieves the list of scheduled tasks.
HOpenConnection (Function)
Opens a connection to a specific database.
<emailPOP3Session variable>.CloseSession (Function)
Closes a POP3 session.
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
Control constants
List of constants used by the functions for managing controls...
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found in a List Box control or in a Combo Box control.
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
<gglConnection variable>.UploadDocument (Function)
Uploads a document to the Google server.
<gglConnection variable>.ListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
PermissionList (Function)
Returns one or all the permissions declared by the application.
ExceptionPropagate (Function)
Propagates an exception.