Sets the value, as a 32-bit integer, for a field in the AGDBSet
object.
AGDBSet
void setInt32Field( const String name, long value );
Field
object accessors
dbset.setInt32Field(name, value)
void AVsetInt32Field( AGDBSet* dbset, const PODSString name, PODSInt32 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. |