|
|
|
|
CtDescribedCaption (Property) In french: CxLibelléDécrit
Available 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).
// 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 was 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 was defined by the File Description type. <Caption>: Character string Caption of the connection.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|