GetFieldValues method
Retrieves the values of a field for the default state.
Fieldvalue
| Name | Description | Type | 
|---|---|---|
| qText | Text related to the field value. | String | 
| qIsNumeric | Is set to true if the value is a numeric. Default is false.  | 
Boolean | 
| qNumber | Numeric value of the field. This parameter is displayed if qIsNumeric is set to true.  | 
Double | 
Parameters
| Name | Description | Mandatory | Type | 
|---|---|---|---|
| qField | 
				 Name of the field.  | 
			
			Yes | String | 
| qGetExcludedValues | 
				 If set to true, only NOT-selected values are returned.  | 
			
			Yes | Boolean | 
| qDataPage | 
				 Range of returned values.  | 
			
			Yes | BookmarkFieldPage | 
Returns
| Name | Description | Type | 
|---|---|---|
| qFieldValues | 
				 The field values from a defined range.  | 
			Array of FieldValue | 
See also