nextProperty( )

Gets the next property for the PODSObject.

Interface
PODSObject
IDL definition
PODSString nextProperty(any closure);
JavaScript synopsis

Not applicable

C synopsis
PODSString PODSnextProperty(
  PODSObject* podsobj,
  void* closure
);
Parameters
  • podsobj   The PODSObject object.

  • closure   [in] Pointer to a storage of 8 bytes zero initialized before it is called upon the first time.

Returns

The name of the next property for the PODSObject; null when there are no more properties.