Sets the value, as a 16-bit integer, for a field in the AGDBSet
object.
AGDBSet
void setInt16Field( const String name, short value );
Field
object accessors
dbset.setIntField(name, value)
void AVsetInt16Field( AGDBSet* dbset, const PODSString name, PODSInt16 value );
dbset The AGDBSet
object.
name [in] The name of the field.
value [in] The value to set for the field.
None
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |