Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 8 FieldDefList : FieldDefList Operations : tibasFieldDefList_Get()

tibasFieldDefList_Get()
Function
Declaration
tibas_status tibasFieldDefList_Get(
tibasFieldDefList fieldDefList,
tibasFieldDef* fieldDef,
tibas_int index)
Purpose
Returns the FieldDef object at a specified index position in a FieldDefList.
Parameters
 
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.
See Also
tibasFieldDefList_Size()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved