System.Win.ComObj.TComObjectFactory.SupportsLicensing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SupportsLicensing: Boolean read FSupportsLicensing write FSupportsLicensing;

C++

__property bool SupportsLicensing = {read=FSupportsLicensing, write=FSupportsLicensing, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TComObjectFactory

Description

Indicates whether the object being instantiated supports licensing.

SupportsLicensing is used to determine whether a user has valid access to the object.