Fmx.Bind.Navigator.EBindNavClick

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

typedef void __fastcall (__closure *EBindNavClick)(System::TObject* Sender, Data::Bind::Controls::TNavigateButton Button);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator Fmx.Bind.Navigator

Beschreibung

Ist ein prozeduraler Typ, der von den Ereignissen BeforeAction und OnClick verwendet wird.

Siehe auch