API:Vcl.CategoryButtons.TCategoryButtons.CreateHandle

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

Delphi

procedure CreateHandle; override;

C++

virtual void __fastcall CreateHandle();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

説明

基底の画面オブジェクトを作成します。

Vcl.CategoryButtons.TCategoryButtons.CreateHandle は Vcl.Controls.TWinControl.CreateHandle を継承しています。以下の内容はすべて Vcl.Controls.TWinControl.CreateHandle を参照しています。

基底の画面オブジェクトを作成します。

CreateHandle メソッドは,コントロールの基底となる Microsoft Windows 画面オブジェクトが存在しない場合に,それを作成します。新しいウィンドウハンドルポインタは,Handle プロパティの値になります。

CreateHandle メソッドは,コントロール自体のウィンドウを作成する前に親コントロールのウィンドウを作成または特定します。

メモ:  Parent プロパティが nil(Delphi)または NULL(C++)の場合,CreateHandle メソッドは EConvertError 例外を生成します。

関連項目