Abilitare JavaScript per vedere questo sito.

Interroga modalità di sola lettura di uno specifico elemento UI.

Sintassi

bool is_read_only(const string &in name)

name

Nome dell'elemento UI

Risultato

Rende true se elemento UI a sola lettura, false altrimenti

Nota

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

Esempio di utilizzo:

ui::form @my_form;

 

/* Rende true se elemento UI item-1 è a sola lettura */

bool b1 = my_form.is_read_only("item-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