FMX.ListBox.TCustomComboBox
Delphi
TCustomComboBox = class(TStyledControl, IItemsContainer, IGlyph)
C++
class PASCALIMPLEMENTATION TCustomComboBox : public Fmx::Controls::TStyledControl
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| class | public | FMX.ListBox.pas FMX.ListBox.hpp  | 
        FMX.ListBox | FMX.ListBox | 
説明
TCustomComboBox はコンボ ボックス コンポーネントの基底クラスです。
TCustomComboBox から継承すると、特化したコンボ ボックスを表すコントロールを作成できます。
関連項目