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

説明

TComboBoxExStrings は、コンボ ボックスのドロップダウン リストに含める文字列を格納するために使われます。

TComboBoxExStrings は、コンボ ボックスのドロップダウン リスト内の項目を格納するオブジェクトのクラスです。

TComboBoxExStrings には項目のリストが含まれ、各項目には、キャプション、画像インデックス群、インデント、カスタム データが含まれます。インデックスを使用して項目を選択することができます。また、キャプションやデータから項目を検索することも可能です。

関連項目