ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Search results
20 results for: HAlias
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Usage example of the HAlias function
The aliases are used to handle...
Cancels an alias that was declared beforehand by HAlias.
The Alias type is used to declare and handle a logical alias for a data file or query.
Associates the data directory specified in the analysis with a directory found on disk.
Modifies the physical name of a data file.
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
Usage example of the HAdd function
Changes the path to a data file (i.e. directory in which the file will be handled).
Copies:
  • the content of the current record (loaded in memory) to the current data file record.
  • the content of the Record variable to the current data file record.
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Usage example of the HCopyRecord function
List of HFSQL properties associated with the queries and views
Describes a data file programmatically.
List of HFSQL properties
WINDEV allows you to generate a Java application without even knowing the Java language...
List of functions for HFSQL management