FMX.ActnList.TCustomViewAction.Component

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also