DesignIntf.IReferenceProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IReferenceProperty = interface

C++

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

Properties

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

Description

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

See Also