DesignIntf.IProperty80.Edit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Edit(const Host: IPropertyHost; DblClick: Boolean);

C++

HIDESBASE virtual void __fastcall Edit(const _di_IPropertyHost Host, bool DblClick) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IProperty80

Description

Responds when the user double-clicks the property in the Object Inspector.

If this interface is implemented, this Edit method is called instead of the IProperty.Edit method. Also, this method is called if GetAttributes returns the paCustomDropDown attribute. DblClick is True if this method is called as a result of the user double-clicking on the property value.

See Also