Data.Bind.Components.TCustomBindGridLink.Edit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Edit: Boolean;

C++

bool __fastcall Edit(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridLink

Description

Implementation of IBindLink.Edit. It is used to put the link into edit mode. Typically the Edit method is called when the user types into the grid control. True is returned to indicate that editing is allowed.

See Also