System.Rtti.TRttiInterfaceType.GUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GUID: TGUID read GetGUID;

C++

__property GUID GUID = {read=GetGUID};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInterfaceType

Description

Specifies the GUID of the interface type.

Use GUID to obtain a TGUID value that uniquely identifies the reflected interface. Not all the interfaces have a declared GUID, in which case the returned value is filled with zeros.

See Also