ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
DescribedName (Property)
In french: NomDécrit
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias). You can:
  • Find out the logical name of an element:
    • data file defined in the data model editor or through programming,
    • view,
    • query
  • Define the logical name of a data file (when the file is described through programming).
Example
// Find out the logical name of the Customer data file
ResName = Customer.DescribedName
Syntax

Finding out the logical name of an element Hide the details

<Logical name> = <Element>.DescribedName
<Logical name>: Character string
Logical name of the element:
  • data file defined in the data model editor or through programming,
  • view,
  • query.
<Element>: Character string
Element used (by indirection for example).
WINDEVWEBDEV - Server codeReports and QueriesUniversal Windows 10 AppiPhone/iPadIOS WidgetUser code (UMC)Ajax

Defining the logical name of a data file created through programming Hide the details

<Data file>.DescribedName = <New name>
<Data file>: Character string
Logical name of the data file used. This name was defined by the File Description type.
<New name>: Character string
Logical name of the element.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help