RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolDockForm.CreateParams Method

Initializes the window-creation parameter record when the form window is created.

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

CreateParams calls the inherited CreateParams method, and then adds WS_POPUP to the Style property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!