IDmDataSource.Caption

Fore Syntax

Caption: String;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IDmDataSource