FMX.ActnList.TCustomViewAction.Component
Delphi
property Component: TComponent read FComponent write SetComponent;
C++
__property System::Classes::TComponent* Component = {read=FComponent, write=SetComponent};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FMX.ActnList.pas FMX.ActnList.hpp  | 
        FMX.ActnList | TCustomViewAction | 
Description
Keeps a component that executes an action and whose image becomes visible during the action execution.