tibasFieldDefList_Get()
Returns the FieldDef object at a specified index position in a FieldDefList.
Declaration
tibas_status tibasFieldDefList_Get( tibasFieldDefList fieldDefList, tibasFieldDef* fieldDef, tibas_int index)
Remarks
Use the tibasFieldDefList_Get() function to return the fieldDef at a specified index position in a specified fieldDefList.
Before you can call this function, you must create one or more fieldDefList objects and populate a field definition list. Also, you should call the tibasFieldDefList_Size() function to determine the number of elements in the fieldDefList. This will enable you to avoid specifying an index position that is beyond the upper limit of the field definition list.
Copyright © Cloud Software Group, Inc. All rights reserved.