Fmx.Bind.Navigator.TBindNavigator.BeforeAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeAction: EBindNavClick read FBeforeAction write FBeforeAction;

C++

__property BeforeAction;

Properties

Type Visibility Source Unit Parent
event published
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator TBindNavigator

Description

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

Fmx.Bind.Navigator.TBindNavigator.BeforeAction inherits from Fmx.Bind.Navigator.TCustomBindNavigator.BeforeAction. All content below this line refers to Fmx.Bind.Navigator.TCustomBindNavigator.BeforeAction.

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