Vcl.ExtCtrls.TCategoryPanelSurface.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCategoryPanelSurface(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCategoryPanelSurface(HWND ParentWindow) : Vcl::Controls::TCustomTransparentControl(ParentWindow) { }

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCategoryPanelSurface


説明

Create は、TCategoryPanelSurface のインスタンスを作成および初期化します。

Create を呼び出すと、TCategoryPanelSurface を作成します。設計時に TCategoryPanel がフォームに配置されると、TCategoryPanelSurface は自動的に作成されます。

AOwner はコンポーネント(大抵はフォーム)であり、この描画面(surface)を解放する責任があります。

Create は、継承するメソッド TCustomTransparentControl.Create を呼び出します。

関連項目