DesignIntf.IProperty70

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

IProperty70 = interface(IProperty)

C++

__interface  INTERFACE_UUID("{57B97F18-B47F-4635-94CB-3344783E7069}") IProperty70  : public IProperty

Description

Represents a property. IProperty70 inherits from IProperty and handles, in addition, the display of default values of properties.

See Also