RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFrame.CreateParams Method

Initializes frame creation parameters for efficient redrawing.

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. 

 

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