RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlActionLink.SetEnabled Method

Sets the enabled state of a control if the client is linked to the action for this event.

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

SetEnabled sets the enabled state of a control, and is called only if the client is linked for this event. Value specifies whether the enabled state should be set. 

 

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