Sets the string value for a field in the AGDBSet
object.
AGDBSet
void setStringField( const String name, const String value );
Field
object accessors
dbset.setStringField(name, value)
void AVsetStringField( AGDBSet* dbset, const PODSString name, const PODSString value );
dbset The AGDBSet
object.
name [in] The name of the field.
value [in] The string value to set for the field.
None
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |