[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'typinfo' (#rtl)

TIntfFlags

Set of TIntfFlag.

Declaration

Source position: typinfo.pp line 50

type TIntfFlags = set of (

  ifHasGuid,

  

Interface has GUID identifier

  ifDispInterface,

  

Interface is a dual dispatch interface

  ifDispatch,

  

Interface is a dispatch interface

  ifHasStrGUID

);