DesignIntf.IClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IClass = interface

C++

__interface  INTERFACE_UUID("{94CD802C-3E83-4C38-AB36-1CD9DB196519}") IClass  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

Description

Provides access to class metadata.

Use IClass to obtain metadata about a type.

See Also