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