Vcl.Touch.Keyboard.TCustomTouchKeyboard.Redraw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Redraw;

C++

void __fastcall Redraw(void);

Properties

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

Description

Redraws the keyboard.

Redraw is used to repaint the entire keyboard. This method should be used when changing to another keyboard layout or loading caption overrides.

See Also