Vcl.Touch.Keyboard.TCustomTouchKeyboard.Paint

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

Delphi

procedure Paint; override;

C++

virtual void __fastcall Paint();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomTouchKeyboard

説明

キーボードを塗りつぶすために使用される仮想メソッド。

Paint メソッドは、TCustomTouchKeyboard を塗りつぶすために使用されます。

Paint をオーバーライドすると、TCustomTouchKeyboard かその下位クラスから派生するユーザー定義クラスで独自の実装を行うことが可能です。

関連項目