Vcl.StdActns.TFilePrintSetup.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 | TFilePrintSetup |
Description
Stores whether the action's representation is visible.
Vcl.StdActns.TFilePrintSetup.Visible inherits from System.Actions.TContainedAction.Visible. All content below this line refers to System.Actions.TContainedAction.Visible.
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.