DesignIntf.IProperty80.Edit

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IProperty80

Delphi

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

C++

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

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