FMX.ActnList.TCustomAction.Target

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Target: TComponent read FTarget write SetTarget;

C++

__property System::Classes::TComponent* Target = {read=FTarget, write=SetTarget};

Properties

Type Visibility Source Unit Parent
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

Description

Defines the component for which the action is executed.

Target is a read-only property. Target defines the component for which the action is executed. It can be nil. In the case where several controls can be called with one shortcut, Target corresponds to the first matched control.

See Also