The new WLanguage functions (prefixed syntax) for WINDEV applications for Linux are:
| |
<Array type>.AllFalse | Returns True if all the elements of an array are False. |
<Array type>.AllTrue | Returns True if all the elements of an array are True. |
<Array type>.AnyFalse | Returns True if at least one element of an array is False. |
<Array type>.AnyTrue | Returns True if at least one element of an array is True. |
<Connection variable>.ActivateServerTrigger | Re-enables a server trigger that was disabled by HDeactivateServerTrigger. |
<Connection variable>.AddGroup | Adds a group of users. |
<Connection variable>.AddLink | Adds an integrity rule between two files on the server. |
<Connection variable>.AddScheduledBackup | Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection. |
<Connection variable>.AddScheduledOptimization | Adds an optimization task of HFSQL Client/Server data files. |
<Connection variable>.AddScheduling | Creates a scheduled task on a HFSQL server: - stored procedure,
- backup,
- optimization,
- refresh of materialized view.
|
<Connection variable>.AddTask | Adds a scheduled task on the server defined by the connection. |
<Connection variable>.AddUser | Adds a user to a database. |
<Connection variable>.Backup | 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. |
<Connection variable>.CancelBackup | Cancels a current backup. |
<Connection variable>.CheckServerUpdate | Checks for the latest version of the HFSQL server that can be automatically updated. |
<Connection variable>.CloseConnection | Closes a connection to a database. |
<Connection variable>.ConnectionQuality | Returns the quality level of connection: the higher the level is, the faster the connection will be. |
<Connection variable>.CopyFile | Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): - from the HFSQL server to the server (to perform a backup for example).
- from the HFSQL server to the client (to perform a local backup for example).
- from the client to the HFSQL server (to update the data files for example).
- from an HFSQL server to antoher HFSQL server.
|
<Connection variable>.DeactivateServerTrigger | Disables a HFSQL Client/Server server trigger on a server. |
<Connection variable>.DeleteBackup | Deletes a backup previously performed by HBackup. |
<Connection variable>.DeleteDatabase | Deletes a database located on an HFSQL server. |
<Connection variable>.DeleteDirectory | Deletes a directory from an HFSQL Client/Server database. |
<Connection variable>.DeleteFile | Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server. |
<Connection variable>.DeleteGroup | Deletes (from the server) a group of users associated with a connection. |
<Connection variable>.DeleteLink | Deletes an integrity rule between two data files on the server. |
<Connection variable>.DeleteParameter | Deletes a parameter previously saved by HSaveParameter. |
<Connection variable>.DeleteQuery | Deletes a query (used by stored procedures) from an HFSQL server. |
<Connection variable>.DeleteScheduledBackup | Deletes a scheduled backup from an HFSQL Client/Server server. |
<Connection variable>.DeleteScheduledOptimization | Deletes a scheduled optimization task from HFSQL Client/Server data files. |
<Connection variable>.DeleteScheduling | Deletes a scheduled task found on a HFSQL server: - stored procedure,
- backup,
- optimization,
- refresh of materialized view.
|
<Connection variable>.DeleteServerTrigger | Deletes a server trigger. |
<Connection variable>.DeleteSet | Deletes a set of stored procedures from an HFSQL server. |
<Connection variable>.DeleteTask | Deletes a scheduled task from an HFSQL Client/Server server. |
<Connection variable>.DeleteUser | Deletes a user associated with a connection to the HFSQL server. |
<Connection variable>.DescribeServerTrigger | Adds or modifies a server trigger. |
<Connection variable>.DisconnectClient | Displays a message on the client Computers and disconnects the application. |
<Connection variable>.DuplicateDatabase | Duplicates the database associated with a connection on a HFSQL server. |
<Connection variable>.EndNoDatabaseAccess | Re-allows the access (which means the connection) to one or more databases accessible via a connection. |
<Connection variable>.ExecuteProcedure | Runs a stored procedure. |
<Connection variable>.ExecuteScheduledBackup | Forces the execution of a scheduled backup. |
<Connection variable>.ExecuteScheduling | Immediately runs a scheduled task regardless of its schedule: - stored procedure,
- backup,
- optimization,
- refresh of materialized view.
|
<Connection variable>.FileExist | Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound). |
<Connection variable>.InfoBackup | Returns information about one or more backups performed on an HFSQL Client/Server server. |
<Connection variable>.InfoDatabaseProperty | Used to find out the properties of a database on an HFSQL server. |
<Connection variable>.InfoDatabaseRights | Allows you to find out the rights granted to a user or to a group on a database. |
<Connection variable>.InfoFile | Returns the characteristics of an HFSQL Classic or Client/Server data file. |
<Connection variable>.InfoFileProperty | Allows you to find out the properties of a data file located in an HFSQL server. |
<Connection variable>.InfoFileRights | Allows you to find out the rights granted to a user or to a group on a HFSQL Client/Server data file. |
<Connection variable>.InfoGroup | Returns information about the specified group of users. |
<Connection variable>.InfoServer | Returns the specified information about the server. |
<Connection variable>.InfoServerProperty | Allows you to find out the properties of an HFSQL server. |
<Connection variable>.InfoServerRights | Allows you to find out the rights granted to a user or group of users on a server. |
<Connection variable>.InfoTask | Returns the characteristics of a scheduled task in a hScheduledTask variable]. |
<Connection variable>.InfoUser | Updates the variables for user management with the information regarding the specified user. |
<Connection variable>.InfoView | Returns information about a materialized view. |
<Connection variable>.InfoViewRights | Allows you to find out the rights granted to a user or to a group on a SQL view or on a materialized view. |
<Connection variable>.ListDatabase | Lists the Client/Server databases associated with a connection. |
<Connection variable>.ListGroup | Returns the list of groups of users defined for a connection. |
<Connection variable>.ListParameter | Returns the list of parameters saved from the stored procedures on the server. |
<Connection variable>.ListScheduledBackup | Lists the full and differential backups that have been scheduled on HFSQL Client/Server. |
<Connection variable>.ListScheduledOptimization | Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection. |
<Connection variable>.ListScheduling | Lists the scheduled tasks defined on a HFSQL server: - stored procedure,
- backup,
- optimization,
- refresh of materialized view.
|
<Connection variable>.ListStoredElement | Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries). |
<Connection variable>.ListTask | Lists the scheduled tasks of an HFSQL Client/Server server for a given connection. |
<Connection variable>.ListUser | Returns the list of users defined for a connection. |
<Connection variable>.LoadParameter | Reads a parameter that was saved from a stored procedure by HSaveParameter. |
<Connection variable>.ManageServerUpdate | Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates. |
<Connection variable>.ManageTask | Enables or disables a scheduled task on an HFSQL Client/Server server. |
<Connection variable>.ModifyDatabaseProperty | Modifies the properties of a database located on an HFSQL server. |
<Connection variable>.ModifyDatabaseRights | Modifies the rights granted to a user or to a group for a HFSQL Client/Server database. |
<Connection variable>.ModifyFileProperty | Modifies the properties of an HFSQL file located on a server. |
<Connection variable>.ModifyFileRights | Modifies the rights granted to a user or group on an HFSQL Client/Server data file. |
<Connection variable>.ModifyGroup | Modifies the group information according to the elements found in the corresponding variables for group management. |
<Connection variable>.ModifyScheduledBackup | Modifies a backup scheduling. |
<Connection variable>.ModifyScheduledOptimization | Modifies a scheduled optimization task on the HFSQL server defined by the connection. |
<Connection variable>.ModifyScheduling | Modifies a scheduled task on an HFSQL server: - stored procedure,
- backup,
- optimization,
- refresh of materialized view.
|
<Connection variable>.ModifyServerProperty | Modifies the properties of an HFSQL server. |
<Connection variable>.ModifyServerRights | Modifies the rights granted to a user or to a group on a HFSQL server. |
<Connection variable>.ModifyTask | Modifies a scheduled task on the HFSQL server defined by the connection. |
<Connection variable>.ModifyUser | Modifies the information about a user according to the elements found in the corresponding variables for user management. |
<Connection variable>.ModifyViewRights | Modifies the rights granted to a user or to a group on a SQL view or on a materialized view. |
<Connection variable>.NoDatabaseAccess | Denies all new connections to a database or to all databases. |
<Connection variable>.NotifAddCCRecipient | Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool). |
<Connection variable>.NotifAddEmailRecipient | Adds recipients for the notifications sent by email. |
<Connection variable>.NotifConfigure | Specifies and configures the server used to send notifications by the HFSQL server. |
<Connection variable>.NotifDeleteCCRecipient | Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool). |
<Connection variable>.NotifDeleteEmailRecipient | Deletes the recipients of an email notification. |
<Connection variable>.NotifListCCRecipient | Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool). |
<Connection variable>.NotifListEmailRecipient | Returns the list of recipients for a notification by email. |
<Connection variable>.OpenConnection | Opens a connection to a specific database. |
<Connection variable>.OperationInProgress | Returns the list of automatic operations in progress on an HFSQL server. |
<Connection variable>.Priority | Finds out and modifies the priority of the calling application. |
<Connection variable>.PriorityClient | Modifies the priority of a client application. |
<Connection variable>.RefreshQuery | Creates or refreshes a query on an HFSQL server. |
<Connection variable>.RefreshSet | Creates or updates a set of procedures on an HFSQL server. |
<Connection variable>.RefreshView | Asks to recalculate the content of a materialized view. |
<Connection variable>.RegenerateFile | Regenerates a data file from its log. |
<Connection variable>.RestoreBackup | Used to restore: - an immediate backup (performed by HBackup or via the HFSQL Control Center),
- a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center.
|
<Connection variable>.RetrieveBackup | Retrieves locally the content of a compressed backup (in ZIP format) performed on a HFSQL server. |
<Connection variable>.RetrieveLog | Creates a text file containing the server logs between two given dates. |
<Connection variable>.RSAddConfig | Adds a replication between two HFSQL server onto the master server. |
<Connection variable>.RSDeleteConfig | Deletes a replication between two HFSQL servers. |
<Connection variable>.RSExecute | Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling. |
<Connection variable>.RSInfo | Reads the replication configuration for an HFSQL server that takes part in one or more replications. |
<Connection variable>.RSInit | Configures a HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers. |
<Connection variable>.RSListConfig | Lists the replications available on a master HFSQL server. |
<Connection variable>.RSModifyConfig | Modifies some parameters of an existing replication between two HFSQL servers. |
<Connection variable>.RSWaitForDataProcess | Allows you to wait for: - the replication data on the master server to be sent to the subscriber server.
- the replication data received on the subscriber server to be entirely applied.
|
<Connection variable>.SaveParameter | Saves a persistent value on the HFSQL server. |
<Connection variable>.SendMessageToClient | Displays a message on the client computers. |
<Connection variable>.ServerMaintenance | Checks and optimizes the system tables of a HFSQL server. |
<Connection variable>.SetIntegrity | Enables or disables the management of an integrity constraint on a file link. |
<Connection variable>.SetServer | Used to find out and modify some settings of HFSQL Client/Server server. |
<Connection variable>.SimulateNetwork | Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network. |
<Connection variable>.StartServerUpdate | Used to immediately start the automatic server update. |
<Connection variable>.StopServer | Stops an HFSQL server. |
<Connection variable>.Transaction | Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file. |
<Connection variable>.TransactionCancel | If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction. |
<Connection variable>.TransactionEnd | Validates the current transaction: - the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
- the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
- the records locked in read-only by the transaction are unlocked.
|
<Connection variable>.TransactionIsolation | Configures the isolation mode of transactions for a connection to an HFSQL server. |
<Connection variable>.TransactionList | Returns the list of current or interrupted transactions on the server for the specified connection. |
<Connection variable>.TransactionStart | Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file. |
<Connection variable>.UpdateView | Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server. |
<Connection>.InfoLock | Returns information about the lock set on a data file, on one or all the records in a data file. |
<picLayer variable>.AlphaBlend | Blends two images together. This allows you to create fade-in effects between 2 images. |
<picLayer variable>.Background | Declares the default background color for the rectangles, circles, ... used in a picLayer variable. |
<picLayer variable>.ChangeMode | Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....). |
<picLayer variable>.DrawArc | Draws a circle arc or an ellipse arc in a picLayer variable. |
<picLayer variable>.DrawChord | Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable. |
<picLayer variable>.DrawCircle | Draws a circle or an ellipse in a picLayer variable. |
<picLayer variable>.DrawLine | Draws a line in a picLayer variable. |
<picLayer variable>.DrawPoint | Draws a point in a picLayer variable. |
<picLayer variable>.DrawPolygon | Draws a polygon in a picLayer variable. |
<picLayer variable>.DrawPolyline | Draws a line composed of several segments. |
<picLayer variable>.DrawRectangle | Draws a rectangle in a picLayer variable. |
<picLayer variable>.DrawRectangleGradient | Draws a rectangle in a picLayer variable. |
<picLayer variable>.DrawRoundedRectangle | Draws a rounded rectangle in a picLayer variable. |
<picLayer variable>.DrawSlice | Draws a section of a circle or an ellipse in a picLayer variable. |
<picLayer variable>.DrawText | Draws a text in a picLayer variable. |
<picLayer variable>.DrawTextRTF | Draws an RTF text in a picLayer variable. |
<picLayer variable>.EndDrawing | Removes the image from memory. |
<picLayer variable>.Fill | Colors an area in a picLayer variable. |
<picLayer variable>.Font | Declares the font that will be used by dText in a picLayer variable. |
<picLayer variable>.HorizontalSymmetry | Flips an image contained in a picLayer variable with respect to a horizontal axis (symmetry with respect to a horizontal axis). |
<picLayer variable>.InvertColor | Inverts the colors of a picLayer variable. |
<picLayer variable>.Pen | Declares the default color and style for the lines, rectangles, circles, ... in a picLayer variable. |
<picLayer variable>.PixelColor | Identifies the color of a pixel contained in a picLayer variable. |
<picLayer variable>.PixelOpacity | Identifies the opacity of a pixel in a WDPicLayer image with an Alpha layer. |
<picLayer variable>.Resize | Resizes an image in a picLayer variable. |
<picLayer variable>.Rotation | Rotates an image in an picLayer variable. |
<picLayer variable>.StartDrawing | Indicates that the drawing functions that will be used are intended for the specified picLayer variable. |
<picLayer variable>.VerticalSymmetry | Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry with respect to a vertical axis). |
<sshSession variable>.ConnectShell | Starts a new SSH session of "Shell" type. |
<sshSession variable>.DisconnectShell | Closes an SSH session that was opened by SSHConnectShell. |
<sshSession variable>.Read | Reads the data found on the output buffer of the SSH session. |
<sshSession variable>.Write | Writes data into the specified SSH session. |
<WDPic variable>.AlphaBlend | Blends two images together. This allows you to create fade-in effects between 2 images. |
<WDPic variable>.Background | Declares the default background color for the rectangles, circles, ... used in a WDPic variable. |
<WDPic variable>.ChangeMode | Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....). |
<WDPic variable>.DrawArc | Draws a circle arc or an ellipse arc in a WDPic variable. |
<WDPic variable>.DrawChord | Draws the chord of a circle (intersection between an ellipse and a straight line) in a WDPic variable. |
<WDPic variable>.DrawCircle | Draws a circle or an ellipse in a WDPic variable. |
<WDPic variable>.DrawLine | Draws a line in a WDPic variable. |
<WDPic variable>.DrawPoint | Draws a point in a WDPic variable. |
<WDPic variable>.DrawPolygon | Draws a polygon in a WDPic variable. |
<WDPic variable>.DrawPolyline | Draws a line composed of several segments. |
<WDPic variable>.DrawRectangle | Draws a rectangle in a WDPic variable. |
<WDPic variable>.DrawRectangleGradient | Draws a rectangle in a WDPic variable. |
<WDPic variable>.DrawRoundedRectangle | Draws a rounded rectangle in a WDPic variable. |
<WDPic variable>.DrawSlice | Draws a section of a circle or an ellipse in a WDPic variable. |
<WDPic variable>.DrawText | Draws a text in a WDPic variable. |
<WDPic variable>.DrawTextRTF | Draws an RTF text in a WDPic variable. |
<WDPic variable>.EndDrawing | Removes the image from memory. |
<WDPic variable>.Fill | Colors an area in a WDPic variable. |
<WDPic variable>.Font | Declares the font that will be used by dText in a WDPic variable. |
<WDPic variable>.HorizontalSymmetry | Flips an image contained in a WDPic variable with respect to a horizontal axis (symmetry with respect to a horizontal axis). |
<WDPic variable>.InvertColor | Inverts the colors of a WDPic variable. |
<WDPic variable>.MergeLayer | Merges the layers of a WDPic image. |
<WDPic variable>.Pen | Declares the default color and style for the lines, rectangles, circles, ... in a WDPic variable. |
<WDPic variable>.PixelColor | Identifies the color of a pixel from a WDPic variable. |
<WDPic variable>.PixelOpacity | Identifies the opacity of a pixel in a WDPic image with an Alpha layer. |
<WDPic variable>.Resize | Resizes a WDPic image. |
<WDPic variable>.Rotation | Rotates a WDPic image. |
<WDPic variable>.Save | Saves the image contained in a WDPic variable. |
<WDPic variable>.StartDrawing | Indicates that the drawing functions that will be used are intended for the specified WDPic variable. |
<WDPic variable>.VerticalSymmetry | Flips an image contained in a WDPic variable (in the background layer) with respect to a vertical axis (symmetry with respect to a vertical axis). |
<wsRequest variable>.AddSAMLAssertion | Adds a SAML assertion to a Webservice request. |
<wsRequest variable>.addXMLSignature | Adds an XML signature to a Webservice request. |