FMX.Types.TCustomCaret.Show
Delphi
procedure Show; virtual;
C++
virtual void __fastcall Show(void);
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.