[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value for the Visible property.
Source position: actnlist.pas line 190
protected procedure TCustomAction.SetVisible( |
Value: Boolean |
); virtual; |
Value |
|
New value for the Visible property. |
Modified in LCL version 4.0 to improve compatibility with newer Delphi VCL versions; redefined as virtual and changed to protected visibility.
|
Visible - is this action visible? (default True). |
|
TBasicAction |