Vcl.Touch.Keyboard.TCustomTouchKeyboard.CreateWnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateWnd; override;

C++

virtual void __fastcall CreateWnd();

Properties

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

Description

Creates the underlying window.

CreateWnd is called automatically when the keyboard is first created or when the underlying screen object must be destroyed and re-created to reflect property changes. Override CreateWnd to pass additional initialization messages to the screen object when it is created.