Vcl.StdActns.TSearchReplace.Visible

From RAD Studio API Documentation

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 TSearchReplace

Description

Stores whether the action's representation is visible. {{#multireplace:Vcl.StdActns.TSearchReplace.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.