DesignIntf.IPropertyDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IPropertyDescription = interface

C++

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

Properties

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

Description

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

See Also