DesignIntf.IProperty.Edit

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Edit; overload;

C++

virtual void __fastcall Edit() = 0 /* overload */;

Description

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

The Object Inspector calls Edit when the ellipsis button (...) is pressed or the property is double-clicked. Property editors implement this method to respond. For example, the Edit method can bring up a dialog for editing the property or it can change the value to some default.

See Also