Returns a pointer to an object’s method for the specified name.
PODSObject
PODSMethod getMethod( PODSString name, out PODSString type );
Not applicable
PODSMethod PODSgetMethod( PODSObject* podsobj, PODSString name, PODSString* type );
podsobj The PODSObject
object.
name [in] Name of object’s method.
type [out] Type string specifying number of arguments, and data types of the arguments and the return value. See Type strings returned by getMethod( ) and topics that follow.
Pointer to method for specified name.
Useful if a PODS author wants to invoke a method directly, especially from JavaScript. If your POD returns an object that you want to be accessible from JavaScript, your object must implement getMethod( ).
Type strings returned by getMethod( )
Variable number of arguments in PODS
Optional parameters
JavaScript type conversions
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |