System.Actions.TContainedAction.SetHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHint(const Value: string); virtual;

C++

virtual void __fastcall SetHint(const System::UnicodeString Value);

Properties

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

Description

Sets the Hint property for the action and action's clients to a new Value.

SetHint sets the new Value of the Hint property for the action.

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

See Also