QSelectString constructor

QSelectString(
  1. String value
)

Creates a SELECT field for a string value.

value The string value to select.

Implementation

QSelectString(this.value);