Vcl.StdActns.TBrowseForFolder.Visible
Delphi
property Visible: Boolean read FVisible write SetVisible default 1;
C++
__property Visible = {default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.StdActns.pas Vcl.StdActns.hpp |
Vcl.StdActns | TBrowseForFolder |
Description
Stores whether the action's representation is visible. {{#multireplace:Vcl.StdActns.TBrowseForFolder.Visible|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Actions.TContainedAction.Visible|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Actions.TContainedAction.Visible|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Stores whether the action's representation is visible.
Visible specifies the visible state for the action (True means visible, False means invisible).
This Visible value is propagated to clients of the action.