RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionLink.SetAutoCheck Method

Introduces an interface for setting the AutoCheck property of a client.

Pascal
procedure SetAutoCheck(Value: Boolean); virtual;
C++
virtual __fastcall SetAutoCheck(Boolean Value);

The associated action calls SetAutoCheck when its AutoCheck property changes so that the action link can propagate the new value to the client object.  

Value specifies the new value of the AutoCheck property.  

As implemented in TActionLink, SetAutoCheck does nothing. Descendant classes override SetAutoCheck to set the client property that corresponds to the action's AutoCheck property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!