|
|
|
|
|
|
|
A composite variable contains different types of elements (members)... |
|
|
|
|
|
|
A report based on a variable is used to directly print the information found in a WLanguage variable... |
|
|
|
|
|
|
A variable is defined by name and type... |
|
|
|
|
|
|
The code editor proposes several tools used to correct the code... |
|
|
|
|
|
|
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control. |
|
|
|
|
|
|
Three assignment operators are available... |
|
|
|
|
|
|
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler... |
|
|
|
|
|
|
The advanced types of WLanguage are as follows |
|
|
|
|
|
|
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc. |
|
|
|
|
|
|
Enables you to find out whether a variable or a control is: - a numeric (integer, real, currency or numeric).
- a string that can be converted into numeric.
|
|
|
|
|
|
|
The constants are language elements whose value is fixed once and for all... |
|
|
|
|
|
|
The FicEncryption property is used to set the encryption method of a data file. |
|
|
|
|
|
|
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated... |
|
|
|
|
|
|
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file... |
|
|
|
|
|
|
The Extension property is used to:
get the extension of a file defined in the data model editor... |
|
|
|
|
|
|
The Format property is used to define the data format of a data file. |
|
|
|
|
|
|
The HugeFile property is used to configure the maximum size of a data file. |
|
|
|
|
|
|
The MmoPackMethod property sets the compression mode of a MMO file (containing text and binary... |
|
|
|
|
|
|
NbArrayElement is used to configure the number of elements in an array item. |
|
|
|
|
|
|
The Directory property is used to manage the physical directory of HFSQL files. |
|
|
|
|
|
|
The DescribedDirectory property is used to manage the physical directory of HFSQL files. |
|
|
|
|
|
|
The TextItemCompleted property is used to manage text items in an HFSQL data file. |
|
|
|
|
|
|
The AccentSensitive property is used to determine if accented characters are taken into account... |
|
|
|
|
|
|
The CaseSensitive property is used to determine if the different searches performed on the item... |
|
|
|
|
|
|
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring... |
|
|
|
|
|
|
The PhysicalName property is used to manage the physical name of HFSQL data files. |
|
|
|
|
|
|
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files. |
|
|
|
|
|
|
WINDEV and WEBDEV allow you to easily access the data handled by Outlook...... |
|
|
|
|
|
|
WLanguage procedure ("Callback") called by fReadLine for each line read in the file. |
|
|
|
|
|
|
The MinimumLength property is used to configure the minimum length of the words to be indexed. |
|
|
|
|
|
|
Allows you to:
move a row in a two-dimensional WLanguage array or in an advanced array... |
|
|
|
|
|
|
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table... |
|
|
|
|
|
|
Lists the calendars available on the mobile device (Android/iOS).... |
|
|
|
|
|
|
Lists the sources (or accounts) of the contacts saved on the device. |
|
|
|
|
|
|
Used to swap two rows in a two-dimensional array or in an advanced array property. |
|
|
|
|
|
|
Inserts a row at a given position:
into a two-dimensional WLanguage array.
into an advanced... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|