XPRMgetfieldval
XPRMgetfieldval |
Purpose
Synopsis
void XPRMgetfieldval(XPRMmodel model, int typcode, void *ref, int number, XPRMalltypes *value);
Arguments
model
|
Reference to a model
|
ref
|
Reference to the record
|
typcode
|
Type code of the record
|
number
|
Field number (in the record)
|
value
|
Pointer to an area where the field value is returned
|
Further information
The field number must be obtained from the function
XPRMgetnextfield. Its value is valid as long as the model is loaded in memory.
Related topics