Sets the value, as an unsigned 16-bit integer, for a field in the AGDBSet
object.
AGDBSet
void setUInt16Field( const String name, unsigned short value );
Field
object accessors
dbset.setUInt16Field(name, value)
void AVsetUInt16Field( AGDBSet* dbset, const PODSString name, PODSUInt16 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. |