FMX.StdActns.TVirtualKeyboard.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
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TVirtualKeyboard

Description

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