FMX.Types.TCustomCaret.Show

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Show; virtual;

C++

virtual void __fastcall Show();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

説明

TCustomCaret を表示します。

Show は、コントロールが可視で(Visible = True)、CanShowTrue を返した場合、TCustomCaret インスタンスを表示します。

関連項目