Data.Bind.Components.TCustomBindGridLink.Edit

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomBindGridLink

Delphi

function Edit: Boolean;

C++

bool __fastcall Edit();

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