FieldObject

<< Click to Display Table of Contents >>

Navigation:  DataSource Object >

FieldObject

Previous pageReturn to chapter overviewNext page

Returns a Field Object.

method TVPEField TVPEDataSource.FieldObject(

long FieldIndex

)

long FieldIndex

index into the array of available Fields
this value must be in the range between 0 and FieldCount() - 1

Returns:

a Field Object

Remarks:

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

 

See also:

"dycodoc Template Processing" in the Programmer's Manual

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