System.Win.ComObj.TComObjectFactory.LicString
Delphi
property LicString: WideString read FLicString write FLicString;
C++
__property System::WideString LicString = {read=FLicString, write=FLicString};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Win.ComObj.pas System.Win.ComObj.hpp |
System.Win.ComObj | TComObjectFactory |
Description
Contains licensing information about the object.
LicString is used to verify the user has valid access to the object for development. LicString can be any string defined by the developer who is optionally licensing the object.