|
|
|
|
|
CtDescribedCaption (Property) In french: CxLibelléDécrit
Available 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).
ResCaptionOLEDBSource = 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|