Vcl.DBGrids.TCustomDBGrid.EditButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditButtonClick; dynamic;

C++

DYNAMIC void __fastcall EditButtonClick();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

Generates an OnEditButtonClick event.

Applications cannot call EditButtonClick directly. It is exposed as a protected method so that descendants can call the OnEditButtonClick event handler or override the method to block the event.

See Also