tibasFieldDefList_Size()

Returns the number of FieldDef objects in a specified FieldDefList.

Declaration

tibas_status tibasFieldDefList_Size(
    tibasFieldDefList fieldDefList,
    tibas_int*        size)

Parameters

Parameter Description
fieldDefList The TIBCO ActiveSpaces entity on which the function is invoked.
size The number of FieldDef objects in the specified fieldDefList.

Remarks

Use the tibasFieldDefList_Size() function to return the number of fieldDef objects in a specified fieldDefList.

Before you can call this function, you must create one or more fieldDefList objects and populate a field definition list.