DesignIntf.IWidePropertyDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IWidePropertyDescription = interface

C++

__interface  INTERFACE_UUID("{87A17602-67E2-46B3-B78B-D53E1E123053}") IWidePropertyDescription  : public System::IInterface

Properties

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

Description

Provides support to obtain the description of a property.

This interface is used to get the description of a property as a wide string and to display it in the description pane in the Object Inspector, along with the property name.

See Also