FMX.Types.TCustomCaret.DoUpdateFlasher

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

Delphi

procedure DoUpdateFlasher; virtual;

C++

virtual void __fastcall DoUpdateFlasher();

プロパティ

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

説明

TCustomCaret で使用されるフラッシャの状態を更新します。

DoUpdateFlasher は、UpdateFlasher や他のメソッドから内部的に呼び出されます。 コードより直接 DoUpdateFlasher を呼び出してはいけません。

関連項目