Vcl.StdCtrls.TCustomComboBoxStrings

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

System.Classes.TStringsSystem.Classes.TPersistentSystem.TObjectTCustomComboBoxStrings

Delphi

TCustomComboBoxStrings = class(TStrings)

C++

class PASCALIMPLEMENTATION TCustomComboBoxStrings : public System::Classes::TStrings

プロパティ

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

説明

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

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

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

関連項目