RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageScroller.CreateParams Method

Sets the page scroller's window parameters.

Pascal
procedure CreateParams(var Params: TCreateParams); override;
C++
virtual __fastcall CreateParams(TCreateParams Params);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!