FMX.Controls.TControlActionLink.SetHelpType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHelpType(Value: THelpType); override;

C++

virtual void __fastcall SetHelpType(System::Classes::THelpType Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControlActionLink

Description

Introduces an interface for setting the HelpType property of a client.

FMX.Controls.TControlActionLink.SetHelpType inherits from System.Actions.TContainedActionLink.SetHelpType. All content below this line refers to System.Actions.TContainedActionLink.SetHelpType.

Introduces an interface for setting the HelpType property of a client.

Value specifies the new value of the HelpType property.

The action link object calls SetHelpType when the HelpType property of the associated action changes so that the action link can propagate the new Value to the HelpType property of the client object.

As implemented in TContainedActionLink, SetHelpType does nothing. Descendant classes can override SetHelpType to set the client property that corresponds to the action's HelpType property if the IsHelpLinked method returns True.

See Also