System.Win.ComObj.TComObjectFactory.LicString

From RAD Studio API Documentation
Jump to: navigation, search

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.