DesignIntf.IPropertyDescription

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

IPropertyDescription = interface

C++

__interface  INTERFACE_UUID("{FEAA70CD-F6BC-44D7-8D1D-ED9CB9146075}") IPropertyDescription  : public System::IInterface

Description

Allows you to add descriptions to the property. Implement this interface to provide descriptions to your properties.

See Also