Vcl.Bind.Navigator.TCustomBindNavigator.BeforeAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeAction: TNavigateButtonEvent read FBeforeAction write FBeforeAction;

C++

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

Properties

Type Visibility Source Unit Parent
event public
Vcl.Bind.Navigator.pas
Vcl.Bind.Navigator.hpp
Vcl.Bind.Navigator TCustomBindNavigator

Description

Occurs immediately before you click a button on this binding navigator.

Write a BeforeAction event handler to provide additional functionality that you need to implement immediately before executing the code that treats the button clicking routines.

See Also