Creates a standard array that can be passed to JavaScript.
PODSAvantGo
nometadata PODSArray createStdArray(PODSUInt32 size);
Not applicable
PODSArray* PODScreateStdArray( PODSAvantGo* avantgo, PODSUInt32 size );
avantgo The PODSAvantGo
object.
size [in] Size of the array to be created.
Standard array of specified size.
Methods to manipulate the array before passing it to JavaScript are provided by the PODSArray
object. After using createStdArray( )
, you need to call the array setter to initialize the array. See Indexed properties.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |