FMX.ActnList.TCustomViewAction.Component

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Component: TComponent read FComponent write SetComponent;

C++

__property System::Classes::TComponent* Component = {read=FComponent, write=SetComponent};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomViewAction


Beschreibung

Enthält eine Komponente, die eine Aktion ausführt, deren Bild während der Aktionsausführung sichtbar wird.

Siehe auch