System.Actions.TContainedAction.SetStatusAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStatusAction(const Value: TStatusAction); virtual;

C++

virtual void __fastcall SetStatusAction(const TStatusAction Value);

Properties

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

Description

Sets the new Value of the StatusAction property for the action and action's clients.

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

See Also