API:Vcl.ComCtrls.TComboBoxExStrings

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

Vcl.StdCtrls.TCustomComboBoxStringsSystem.Classes.TStringsSystem.Classes.TPersistentSystem.TObjectTComboBoxExStrings

Delphi

TComboBoxExStrings = class(TCustomComboBoxStrings)

C++

class PASCALIMPLEMENTATION TComboBoxExStrings : public Vcl::Stdctrls::TCustomComboBoxStrings

プロパティ

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

説明

TCustomComboBoxStrings は,コンボボックスのドロップダウンリスト内の文字列を表します。

Vcl.ComCtrls.TComboBoxExStrings は Vcl.StdCtrls.TCustomComboBoxStrings を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomComboBoxStrings を参照しています。

TCustomComboBoxStrings は,コンボボックスのドロップダウンリスト内の文字列を表します。

TCustomComboBoxStrings は,コンボボックスのドロップダウンリスト内の項目を表すオブジェクトの基本クラスです。コンボボックス(TComboBox または TComboBoxEx)は,TCustomComboBoxStrings の固有の下位オブジェクトを使って項目のリストを管理します。

TCustomComboBoxStrings のインスタンスは作成しないでください。このクラスは,コンボボックスでのみ機能するように設計されています。TCustomCombo は,Items プロパティの実装に使用する TCustomComboBoxStrings の下位オブジェクトを作成します。

関連項目