Using LIBFLAGS with the ICreateTypeInfo Interface

The LIBFLAGS enumeration defines flags that apply to type libraries. LIBFLAGS is defined as follows:

typedef enum tagLIBFLAGS {

LIBFLAG_FRESTRICTED = 0x01

, LIBFLAG_FCONTROL = 0x02

, LIBFLAG_FHIDDEN = 0x04

} LIBFLAGS;

Value
Description
LIBFLAG_FCONTROL
The type library describes controls and should not be displayed in type browsers intended for nonvisual objects.
LIBFLAG_FRESTRICTED
The type library is restricted and should not be displayed to users.
LIBFLAG_FHIDDEN
The type library should not be displayed to users, although its use is not restricted. To be used by controls; hosts should create a new type library that wraps the control with extended properties.

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