tibasSpaceDef_TakeFieldDef()

Removes a field definition from a space definition.

Declaration

tibas_status tibasSpaceDef_TakeFieldDef
(tibasSpaceDef spaceDef,
tibasFieldDef  fieldDef)

Parameters

Parameter Description
spaceDef The TIBCO ActiveSpaces entity on which the function is invoked.
fieldDef The field definition.

Remarks

Use the tibasSpaceDef_TakeFieldDef() function to remove a field definition from a specified spaceDef. This is useful if you need to modify a field definition before defining the space.

Note: The field definition cannot be changed once the space is defined. So the field definition can be removed only before the space is created.