DesignIntf.IPropertyControl

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

IPropertyControl = interface

C++

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

Description

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

See Also