DataSourceObject

<< Click to Display Table of Contents >>

Navigation:  Template Object >

DataSourceObject

Previous pageReturn to chapter overviewNext page

Returns a Data Source Object.

method TVPEDataSource TVPETemplate.DataSourceObject(

long DataSourceIndex

)

long DataSourceIndex

index into the array of available Data Sources
this value must be in the range between 0 and DataSourceCount - 1

Returns:

the Data Source Object; if DataSourceIndex is out of range, an exception is thrown

Remarks:

The function can be used to access Data Source Objects directly.

 

See also:

"dycodoc Template Processing" in the Programmer's Manual

"Important Note for VPE-VCL Users" in the Programmer's Manual