VARFLAGS

The VARFLAGS enumeration is defined as follows:

typedef enum tagVARFLAGS {

VARFLAG_FREADONLY= 1

, VARFLAG_FSOURCE= 0x2

, VARFLAG_FBINDABLE= 0x4

, VARFLAG_FREQUESTEDIT= 0x8

, VARFLAG_FDISPLAYBIND= 0x10

, VARFLAG_FDEFAULTBIND= 0x20

, VARFLAG_FHIDDEN= 0x40

} VARFLAGS;

Value
Description
VARFLAG_READONLY
Assignment to the variable should not be allowed.
VARFLAG_FSOURCE
The variable returns an object that is a source of events.
VARFLAG_FBINDABLE
The variable supports data binding.
VARFLAG_FDISPLAYBIND
The variable is displayed to the user as bindable; that is, VARFLAG_FBINDABLE must also be set.
VARFLAG_FDEFAULTBIND
The variable is the single property that best represents the object. Only one variable in a typeinfo may have this attibute.
VARFLAG_FHIDDEN
The variable should not be displayed to the user in a browser, though it exists and is bindable.

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples