Fmx.Bind.Navigator.EBindNavClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

EBindNavClick = procedure (Sender: TObject; Button: TBindNavigateBtn) of object;

C++

typedef void __fastcall (__closure *EBindNavClick)(System::TObject* Sender, TBindNavigateBtn Button);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator Fmx.Bind.Navigator

Description

Is a procedural type used by the BeforeAction and OnClick events.

See Also