System.Actions.TContainedAction.SetHelpType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHelpType(Value: THelpType); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

Sets the HelpType property for the action and action's clients.

SetHelpType sets the new Value of the HelpType property for the action.

SetHelpType always propagates this Value to all clients of the action.

See Also