Vcl.Controls.TWinControl.CreateParented

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor CreateParented(ParentWindow: HWnd);

プロパティ

種類 可視性 ソース ユニット
constructor public Vcl.Controls.pas Vcl.Controls TWinControl

説明

指定した非 VCL コンテナの子としてコントロールを作成および初期化します。

CreateParented メソッドを呼び出すと,非 VCL 親ウィンドウに新しいコントロールを埋め込むことができます。TActiveXControl オブジェクトは CreateParented メソッドを呼び出し,ホストアプリケーションのクライアントサイトウィンドウの子として ActiveX コントロールを作成します。