DesignIntf.IReferenceProperty

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
interface
class
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: DesignIntf

Delphi

IReferenceProperty = interface

C++

__interface  INTERFACE_UUID("{C7EE2B1E-3F89-40AD-9250-D2667BA3D46B}") IReferenceProperty  : public System::IInterface

Description

Represents a property whose value is another component on the form. Implement IReferenceProperty if your property references another component.

See Also