DesignIntf.IPropertyControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IPropertyControl = interface

C++

__interface  INTERFACE_UUID("{7FEC88A8-CC8D-43EF-AA14-AFCAD7E3418A}") IPropertyControl  : public System::IInterface

Properties

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

Description

Provides control to the data of a property. Implement IPropertyControl to control how the information in a property is handled.

See Also