Vcl.Touch.Keyboard.TCustomTouchKeyboard.Resize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Resize; override;

C++

DYNAMIC void __fastcall Resize(void);

Properties

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

Description

Resizes the keyboard.

The Resize method is used to resize a TCustomTouchKeyboard instance.

See Also