RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuActionLink.SetVisible Method

Sets the visible state of a menu item if the client is linked to the action for this property.

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

SetVisible sets the visible state of a menu item, and is called only if the client is linked for this event. Value specifies whether the visible state should be set. 

 

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