Vcl.DBCtrls.TDBNavigator.BeforeAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeAction: ENavClick read FBeforeAction write FBeforeAction;

C++

__property ENavClick BeforeAction = {read=FBeforeAction, write=FBeforeAction};

Properties

Type Visibility Source Unit Parent
event published
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBNavigator

Description

Occurs when a button on the database navigator is clicked, before the action is executed.

Write a BeforeAction event handler to take specific action before the default response when a user clicks a button in the database navigator.

See Also