xpxCreateInstanceBN

FUNCTION xpxCreateInstanceBN (modelId        : GENERIC;
                              entityName     : STRING; 
                              VAR instanceId : GENERIC )
                              status         : INTEGER;

The xpxCreateInstanceBN will create a persistent instance of the type specified by the entityName argument. The instance will be stored in the specified model modelId. The instanceId of the created instance will be returned through the instanceId argument. The actual model must be opened for WRITE before this function can be performed successfully.                             

Arguments


TypeNameComment
GENERICmodelIdUnique id of the model that holds the create instance
STRINGentityNameThe name of the entity that will define the type of the created instance
GENERICinstanceIdUnique id of the create instance

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â