Abilitare JavaScript per vedere questo sito.

Imposta il valore di uno specifico elemento UI.

Sintassi

void set_value(const string &in name, int32 value, int32 base=10)

void set_value(const string &in name, uint32 value, int32 base=10)

void set_value(const string &in name, double value)

void set_value(const string &in name, bool value)

name

Nome dell'elemento UI

value

Valore da impostare

base

Base di presentazione, se valore di tipo numerico

Risultato

(nessuno)

Nota

Nel caso che l'elemento UI non supporti tale funzionalità, la richiesta verrà semplicemente ignorata.

Esempio di utilizzo:

ui::form @my_form;

 

/* Imposta valore intero per elemento UI item-1 */

my_form.set_value("item-1"1000);

 

/* Imposta valore intero in esadecimale per elemento UI item-1 */

my_form.set_value("item-1"1000, 16);

 

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC