System.Actions.TContainedActionLink.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 | TContainedActionLink |
Description
Introduces an interface for setting the AutoCheck property of a client of the action link.
Value
specifies the new value of the AutoCheck property.
The associated action calls SetAutoCheck when its AutoCheck property changes so that the action link can propagate the new Value
to the AutoCheck property of the client object.
As implemented in TContainedActionLink, SetAutoCheck does nothing. Descendant classes override SetAutoCheck to set the client's AutoCheck property.