AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades HFSQL
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 gets and sets the caption of the connection to the OLE DB data source. You can:
  • Get the caption of the connection to the OLE DB data source. This data source is defined in the data model editor or when describing the data file programmatically.
  • Define the caption of the OLE DB connection (only for data files defined programmatically).
Example
// Get the caption of the connection to the OLE DB data sourceResCaptionOLEDBSource = Customer.CtDescribedCaption
Syntax

Getting 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.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/03/2024

Señalar un error o enviar una sugerencia | Ayuda local