|
|
|
|
|
|
|
Sends the data found in a page currently displayed in the browser to a PHP server. |
|
|
|
|
|
|
A Progress Bar control can be handled through programming...... |
|
|
|
|
|
|
This type of Looper control uses data from a data file or query...... |
|
|
|
|
|
|
Encrypts a character string in binary format or in ASCII format. |
|
|
|
|
|
|
The different methods to contact PC SOFT Technical Support.... |
|
|
|
|
|
|
The Count property returns the number of elements in a given set. |
|
|
|
|
|
|
Positions on the first row of the query result. |
|
|
|
|
|
|
Goes to the next row (i.e next record) of the query result. |
|
|
|
|
|
|
Returns the IP address of the computer using and calling the Webservice. |
|
|
|
|
|
|
Initializes a query written in SQL language and declares this query to the HFSQL engine. |
|
|
|
|
|
|
List of SQL functions used to access the external databases... |
|
|
|
|
|
|
The XInitial property is used to:
Get the X-coordinate:
of a control (position on the X-axis) when opening the window or the page.
of a window (position on X-axis) when opening the window.
Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window.
Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report.... |
|
|
|
|
|
|
The YInitial property is used to:
Find out the Y-coordinate:
of a control (position on Y-axis) when opening the window or the page.
of a window (position on Y-axis) when opening the window.
Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window.
Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report.... |
|
|
|
|
|
|
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls... |
|
|
|
|
|
|
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP). |
|
|
|
|
|
|
Declares the end of the query execution and frees the memory resources allocated during the execution of the query. |
|
|
|
|
|
|
Describes a new connection to an external database. |
|
|
|
|
|
|
List of events associated with the Chart controls... |
|
|
|
|
|
|
Retrieves the content of a Memo column from the query result, for the current row. |
|
|
|
|
|
|
Returns the different types of columns supported:
by the data source identified by SQLConnect
by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection).... |
|
|
|
|
|
|
Closes the current connection and frees the memory used by the connection. |
|
|
|
|
|
|
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice. |
|
|
|
|
|
|
Indicates that the drawing functions that will be used are intended for:
the specified Image control,
the specified Image variable,
the specified Image variable,
the specified WDPic variable (on the background layer),
the specified picLayer variable.... |
|
|
|
|
|
|
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary. |
|
|
|
|
|
|
Usage example of the HReadSeek function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|