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
CtDescribedCaption (Property)
In french: CxLibelléDécrit
OLE DBAvailable only with this kind of connection
The CtDescribedCaption property is used to get and set the caption of the connection to the OLE DB data source. You can:
  • Find out the caption of the connection to the OLE DB data source. This data source was described in the data model editor or when the data file was described through programming.
  • Define the caption of the OLE DB connection (when the data file is described through programming).
Example
// Find out the caption of the connection to the OLE DB data source
ResCaptionOLEDBSource = Customer.CtDescribedCaption
Syntax

Finding out the caption of the connection Hide the details

<Caption> = <Data file>.CtDescribedCaption
<Caption>: Character string
Caption of the connection.
<Data file>: Character string
Name of the data file used. This name is defined in the data model editor or with the File Description type.

Defining the caption of the connection Hide the details

<Data file>.CtDescribedCaption = <Caption>
<Data file>: Character string
Name of the data file used. This name is defined with the File Description type.
<Caption>: Character string
Caption of the connection.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/29/2024

Send a report | Local help