FMX.VirtualKeyboard.TVirtualKeyboardToolButton.OnExecute

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnExecute: TNotifyEvent read FOnExecute write FOnExecute;

C++

__property System::Classes::TNotifyEvent OnExecute = {read=FOnExecute, write=FOnExecute};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
FMX.VirtualKeyboard.pas
FMX.VirtualKeyboard.hpp
FMX.VirtualKeyboard TVirtualKeyboardToolButton

Beschreibung

Wird ausgelöst, wenn diese Schaltfläche gedrückt wird.

Mit einer Ereignisbehandlungsroutine für OnExecute werden Aktionen beschrieben, die beim Drücken dieses TVirtualKeyboardToolButton-Objekts ausgeführt werden.

Siehe auch