VARFLAG_FHIDDEN constant

int const VARFLAG_FHIDDEN

The variable should not be displayed to the user in a browser, although it exists and is bindable.

Implementation

static const VARFLAG_FHIDDEN = 64;