|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The ByAddress property is used to determine if a procedure parameter was passed by address. |
|
|
|
|
|
|
|
| Usage example of the OpenSister function |
|
|
|
|
|
|
|
| Retrieves a value from the local storage. |
|
|
|
|
|
|
|
| Deletes a value from the local storage. |
|
|
|
|
|
|
|
| Deletes all the values from the local storage. |
|
|
|
|
|
|
|
| Returns the number of values for the local storage. |
|
|
|
|
|
|
|
| Returns the name of a value for the local storage. |
|
|
|
|
|
|
|
| WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)... |
|
|
|
|
|
|
|
| The TimestampType property is used to:
Find out the type of timestamp for an item. This item was defined in the data model editor or through programming.
Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming).... |
|
|
|
|
|
|
|
| The CalculatedItemExpression property is used to:
Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming.
Define the SQL expression returning the value of a calculated item (when describing the item through programming).... |
|
|
|
|
|
|
|
| Configures the management of accesses to the ActiveX objects and to the Automation objects. |
|
|
|
|
|
|
|
| Specifies whether the space characters on the right of the value found in the control are deleted. |
|
|
|
|
|
|
|
| Returns the character corresponding to the specified Unicode code. |
|
|
|
|
|
|
|
| Saves an XML document in a file. |
|
|
|
|
|
|
|
| Saves a dump of memory used by the application. |
|
|
|
|
|
|
|
| Calculates a globally unique identifier (named "GUID"), whose size is:
equal to 16 bytes, which means 32 hexadecimal characters.
equal to 32 bytes, which means 64 hexadecimal characters.... |
|
|
|
|
|
|
|
| Allows you to get a set of harmonious colors without having to use a table of colors. |
|
|
|
|
|
|
|
| The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query. |
|
|
|
|
|
|
|
| The KeyExpression property is used to set the different components of a composite key. |
|
|
|
|
|
|
|
| The HugeFile property is used to configure the maximum size of a data file. |
|
|
|
|
|
|
|
| The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of:
a file described in the data model editor,
a file described through programming,
an HFSQL view,
a query.... |
|
|
|
|
|
|
|
| Calculates the determinant of a square matrix (the number of rows is equal to the number of columns). |
|
|
|
|
|
|
|
| Writes an element into a matrix. |
|
|
|
|
|
|
|
| Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server).... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|