Vcl.IMouse.TPanningWindow.CreateParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateParams(var Params: TCreateParams); override;

C++

virtual void __fastcall CreateParams(Vcl::Controls::TCreateParams &Params);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.IMouse.pas
Vcl.IMouse.hpp
Vcl.IMouse TPanningWindow

Description

Initializes the window creation parameter record.

The CreateParams method is called automatically to initialize the window creation parameters when the panning window needs to create its window.