DesignIntf.IProperty.Edit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Edit; overload;

C++

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

Properties

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

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