日本語のみで絞り込む

Initializes the window-creation parameter record when the form window is created. The CreateWnd method calls CreateParams to initialize the parameters it ...

Initializes a window-creation parameter data structure. The CreateWnd method calls CreateParams to initialize the parameters it passes to CreateWindowHandle ...

2015/3/31 -The simplest solution is to pass the parameter to the form in its constructor, rather than wait until it has finished being created.

Having made the child Windows of my application appear on the taskbar by overriding the CreateParams method like so: procedure TChildForm.

CreateParam creates a new TParam instance with datatype equal to fldType , Name equal to ParamName and sets its ParamType property to ParamType . The parameter ...

2013/9/29 -i want to create a windows no caption and resizeable windows.with thickframe border use WS_THICKFRAME. Attachments is my delphi and lazarus test ...

2005/7/5 -Hello. I had problems in my app before because my forms are StayOnTop, and I change it to fsNormal style and override CreateParams method:.

2009/8/12 -Start a new Delphi VCL application and create OnPaint and OnCreate event handlers for the main form. Name the form "Form1" and save the form ...

CreateParams is an inherited procedure that wraps the WinAPI functions CreateWindow and CreateWindowEx that are responsible for a window's initial appearance.

2005/2/2 -procedure TForm.CreateParams(var Params: TCreateParams); begin inherited CreateParams(Params); if Assigned(Application.MainForm) then begin