Branch Methods Example

A Branch Method stores a reference to a FIELD or GROUP into the pField variable. This can be seen in the FromTable method:

BRANCH

METHOD FromTable readonly

CODE

pField = MTH::TableGetBranchField(tblParam1, ai64Field[fldParam2]);

ENDCODE

PARAM "Which table" table

PARAM "Which field" field