|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Type SecretString type is used to manipulate strings contained in the password vault. |
|
|
|
|
|
|
|
| The buffer type corresponds to a binary memory area.... |
|
|
|
|
|
|
|
| The page creation wizard shows different types of pages associated with HFSQL data files...... |
|
|
|
|
|
|
|
| The "Analysis" pane lists...... |
|
|
|
|
|
|
|
| The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable. |
|
|
|
|
|
|
|
| The Phone type is used to handle a phone number as well as its type (home, work, ...). |
|
|
|
|
|
|
|
| The SecurePassword type is a structured type used to obtain a secure, hashed and salted password. |
|
|
|
|
|
|
|
| The InstantMessaging type is used to define the advanced characteristics of the instant messaging of a contact (Google Talk, Skype, MSN, etc.). |
|
|
|
|
|
|
|
| The EmailAddress type is used to handle an email address as well as its type (home, office, etc.). |
|
|
|
|
|
|
|
| A query (typed in SQL code) can operate on different databases...... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives...... |
|
|
|
|
|
|
|
| The Variant type is used to:
store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ...
store named or indexed subelements.
store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists.
handle the NULL value in WLanguage.
store interactions with ActiveX objects and Automation programming.... |
|
|
|
|
|
|
|
| An object can be dynamically associated with a class, we talk of dynamic instantiation of object...... |
|
|
|
|
|
|
|
| The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive. |
|
|
|
|
|
|
|
| By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)...... |
|
|
|
|
|
|
|
| List of constants for managing WLanguage types.... |
|
|
|
|
|
|
|
| The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.). |
|
|
|
|
|
|
|
| Several types of charts belong to the same family...... |
|
|
|
|
|
|
|
| ...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way.... |
|
|
|
|
|
|
|
| The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...... |
|
|
|
|
|
|
|
| The scope of a procedure defines whether it is public, private, etc...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|