FMX.ActnList.TCustomAction.SetTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTarget(const Value: TComponent); virtual;

C++

virtual void __fastcall SetTarget(System::Classes::TComponent* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

Description

Sets the value of the Target property.

The protected SetTarget method is provided so that descendant classes will be able to set the value of the Target property.

See Also