BtDDFieldExtServer:FieldGet()

 

<< Click to Display Table of Contents >>

Navigation:  Ddf Dictionary > BtDDFieldExtServer Class >

 

BtDDFieldExtServer:FieldGet()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Method to read field data based on the strDDFieldExt structure

 

 

 

Prototype

 

 

METHOD FieldGet ( uField )  CLASS BtDDFieldExtServer

 

 

 

Argument(s)

 

 

<uField>                is the source field. The field can be specified by name,ordinal

                 number or symbol. If you use a field name, case is irrelevant. If you use the field's

                 ordinal number, use the order of the field in the strDDFieldExt structure

 

 

 

 

Return

 

 

USUAL    returns the value of the specified field in the current record.

 

 

 

See Also

 

 

BtDDFieldExtServer, strDDFieldExt, BtDDFieldExtServer:FieldPut()