Vcl.Touch.Keyboard.TCustomTouchKeyboard.Paint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Paint; override;

C++

virtual void __fastcall Paint();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomTouchKeyboard

Description

Virtual method used to paint the keyboard.

The Paint method is used to paint a TCustomTouchKeyboard.

Paint can be overridden to give your own implementation in the user-defined classes derived from TCustomTouchKeyboard or its descendants.

See Also