System.Actions.TContainedAction.SetAutoCheck
Delphi
procedure SetAutoCheck(Value: Boolean); virtual;
C++
virtual void __fastcall SetAutoCheck(bool Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedAction |
Description
Sets the specified Value
to the AutoCheck property of the action, and propagates this Value
to all clients of the action.