Abilitare JavaScript per vedere questo sito.

Interroga numero di sotto-elementi di uno specifico elemento UI.

Sintassi

int32 get_items_count(const string &in name)

name

Nome dell'elemento UI

Risultato

Rende il numero di sotto-elementi, 0 nessuno.

Nota

Nel caso che l'elemento UI non supporti tale funzionalità, la richiesta renderà semplicemente valore 0.

Esempio di utilizzo:

ui::form @my_form;

 

/* Interroga numero sotto-elemento per elemento UI item-1 */

int32 count my_form.get_items_count("item-1", id, 0);

 

  

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