BtDDCommentServer:FieldGet()

 

<< Click to Display Table of Contents >>

Navigation:  Ddf Dictionary > BtDDCommentServer Class >

 

BtDDCommentServer:FieldGet()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Method to read field data based on the strDDComment structure

 

 

 

Prototype

 

 

METHOD FieldGet ( uField )  CLASS BtDDCommentServer

 

 

 

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 strDDComment structure

 

 

 

 

Return

 

 

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

 

 

 

See Also

 

 

BtDDCommentServer, strDDComment, BtDDCommentServer:FieldPut()