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)

Parameters

Parameter Description
fieldDefList The TIBCO ActiveSpaces entity on which the function is invoked.
fieldDef Returns the FieldDef definition.
index The index position for which the FieldDef object is to be returned.

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.