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

Description

Creates the page scroller's window.

Call CreateWnd to create the page scroller's window.

CreateWnd overrides the inherited CreateWnd method in order to initialize the page scroller's color, handle, button size, margin, and position.