FMX.StdActns.TObjectViewAction.FmxObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property FmxObject: TFmxObject read GetFmxObject write SetFmxObject;

C++

__property Fmx::Types::TFmxObject* FmxObject = {read=GetFmxObject, write=SetFmxObject};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TObjectViewAction


Beschreibung

Diese Eigenschaft zeigt auf ein Objekt der Komponente (component), die eine Aktion ausführt und deren Bild bei der Ausführung der Aktion angezeigt wird.

Siehe auch