FMX.ActnList.TCustomViewAction.Component
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 |
説明
アクションを実行するコンポーネントを保持します。また、そのイメージがアクション実行中に表示されます。