Vcl.ComCtrls.TPageScroller.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageScroller

Description

Sets the page scroller's window parameters.

CreateParams is called automatically when the page scroller window is created.

CreateParams overrides the inherited CreateParams method in order to set window styles specific to the page scroller control.