FMX.ActnList.TCustomViewAction.Component

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Component: TComponent read FComponent write SetComponent;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomViewAction


説明

アクションを実行するコンポーネントを保持します。また、そのイメージがアクション実行中に表示されます。

関連項目