Abilitare JavaScript per vedere questo sito.

Interroga il testo di un sotto-elemento di uno specifico elemento UI.

Sintassi

string get_item_text(const string &in name, uint32 itemId, int32 column=0)

name

Nome dell'elemento UI

itemId

ID sotto-elemento

column

Numero di colonna (opzionale)

Risultato

Rende il testo del sotto-elemento richiesto, "" altrimenti.

Nota

Nel caso che l'elemento UI non supporti tale funzionalità, la richiesta renderà semplicemente una stringa vuota.

Esempio di utilizzo:

ui::form @my_form;

 

/* Interroga testi sotto-elemento per elemento UI item-1, ipotizzando 

   tree lineare a due colonne (nome, descrizione) */

string text0 = my_form.get_item_text("item-1", id, 0);

string text1 = my_form.get_item_text("item-1", id, 1);

 

  

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