API:Vcl.ComCtrls.TComboBoxExStrings

提供:RAD Studio API Documentation

TComboBoxExStringsVcl.StdCtrls.TCustomComboBoxStringsSystem.Classes.TStringsSystem.Classes.TPersistentSystem.TObject

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 は,コンボボックスのドロップダウンリスト内の文字列を表します。 {{#multireplace:Vcl.ComCtrls.TComboBoxExStrings|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Vcl.StdCtrls.TCustomComboBoxStrings|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Vcl.StdCtrls.TCustomComboBoxStrings|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

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

関連項目