System.Win.ComObj.TComObjectFactory.SupportsLicensing
Delphi
property SupportsLicensing: Boolean read FSupportsLicensing write FSupportsLicensing;
C++
__property bool SupportsLicensing = {read=FSupportsLicensing, write=FSupportsLicensing, nodefault};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | System.Win.ComObj.pas System.Win.ComObj.hpp |
System.Win.ComObj | TComObjectFactory |
Beschreibung
Gibt an, ob das instantiierte Objekt die Lizenzierung unterstützt.
Mit SupportsLicensing kann bestimmt werden, ob ein Benutzer auf das Objekt zugreifen kann.