SBM ModScript Reference → Programming SBM ModScript → Object Types → Field → Field SetValue() Method
Sets or changes a field's value to the internal value supplied.
void SetValue( string& value ) void SetValue( int& value ) void SetValue( int64_t& value ) void SetValue( double& value ) void SetValue( TimeT& value ) void SetValue( Variant& value )
Parameter | Type | Description |
---|---|---|
value |
string& int& int64_t& double& TimeT& Variant& |
The internal value for the field. For Text fields, this is the exact value entered in the field. TimeT can be used with Date/Time fields to set the internal date value. |
Type | Description |
---|---|
None |
SBM ModScript version: 11.3. Extended in 11.4.
None.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.