API:Vcl.ExtCtrls.TCustomColorBox

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

Vcl.StdCtrls.TCustomComboBoxVcl.StdCtrls.TCustomComboVcl.Controls.TCustomListControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentTCustomColorBox

Delphi

TCustomColorBox = class(TCustomComboBox)

C++

class PASCALIMPLEMENTATION TCustomColorBox : public Vcl::Stdctrls::TCustomComboBox

プロパティ

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

説明

TCustomComboBox は,コンボボックスコンポーネントの基本クラスです。

Vcl.ExtCtrls.TCustomColorBox は Vcl.StdCtrls.TCustomComboBox を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomComboBox を参照しています。

TCustomComboBox は,コンボボックスコンポーネントの基本クラスです。

TCustomComboBox は,専用の Windows コンボボックスを表すコントロールを定義するときに基本クラスとして使用します。コンボボックスは,スクロール可能なリスト付きの編集ボックスです。ユーザーは,リストから項目を選択したり,編集ボックスに項目名を直接入力したりできます。コンボボックスを使用すると,リストをドロップダウンリストや,常に可視であるリストボックスとして表示することができます。

メモ:  エントリに関連付けられたイメージなどの拡張コンボボックス機能を使用するコンボボックスクラスを作成するには,TCustomComboBox クラスは使用しません。かわりに TCustomComboBoxEx クラスを使用します。

TCustomComboBox のインスタンスは作成しないでください。コンボボックスをフォームに配置するには,TComboBox などの TCustomComboBox の派生オブジェクトを使用します。

関連項目