Vcl.DBGrids.TDBGrid.OnEditButtonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEditButtonClick;

C++

__property OnEditButtonClick;

Properties

Type Visibility Source Unit Parent
event published
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TDBGrid

Description

Occurs when the user presses the ellipsis button in a grid column.

Vcl.DBGrids.TDBGrid.OnEditButtonClick inherits from Vcl.DBGrids.TCustomDBGrid.OnEditButtonClick. All content below this line refers to Vcl.DBGrids.TCustomDBGrid.OnEditButtonClick.

Occurs when the user presses the ellipsis button in a grid column.

Write an OnEditButtonClick event handler to bring up an appropriate list or dialog when the user presses the ellipsis button in a grid cell. The OnEditButtonClick event handler can set the value of the field based on the user response to the list or dialog. Use the SelectedField property to access the TField component whose value should be set.

See Also