RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonActionLink.SetChecked Method

Sets the checked state of a button control if the client is linked to the action for this property.

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

SetChecked sets the checked state of a button control, and is called only if the client is linked for this property. Value specifies whether the checked state should be set. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!