FMX.Types.TCustomCaret.Show

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Show; virtual;

C++

virtual void __fastcall Show();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

Description

Shows the TCustomCaret.

Show shows the TCustomCaret instance if the control is visible (Visible = True) and CanShow returns True.

See Also