IDmDataSource.Caption

Syntax

Caption: String;

Description

The Caption property determines a data source title.

Comments

To get data from the data source, use the IDmDataSource.Item property.

Example

The property use is given in the example for IDmMethod.Execute.

See also:

IDmDataSource