RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStatusBar.CreateParams Method

Initializes the window-creation parameter record when the status bar window is created.

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

The CreateWnd method calls CreateParams to initialize the parameters it passes to CreateWindowHandle. TCustomStatusBar overrides CreateParams to customize the parameters to specify a status bar control that reflects the properties of TCustomStatusBar

The fields of the Params parameter become the parameters to a call to the CreateWindowEx API function. 

 

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