destroy( )

Frees any internal storage associated with a PODS object.

Interface
PODSObject
IDL definition
void destroy( );
JavaScript synopsis

Not applicable

C synopsis
void PODSdestroy(PODSObject* podsobj);
Parameters
  • podsobj   The PODSObject object.

Returns

None

Remarks

You should not call the destroy( ) method on any M-Business browser objects; to do so may cause M-Business Client to stop working or behave unpredictably.