Getting Structure Field Values
Two functions, awGetStructFieldAsEvent and awGetStructSeqFieldAsEvents, are provided for obtaining all of the values from a structure field in a single function call. The first function obtains all of the values of a single structure field and the second function obtains all the values from a sequence of structure fields.
You may also use the
awGet<type>Field to obtain the value of a single field within a structure field by specifying the appropriate field name.