Vcl.ComCtrls.TCustomComboBoxEx.SetDropDownCount

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

Delphi

procedure SetDropDownCount(const Value: Integer); override;

C++

virtual void __fastcall SetDropDownCount(const int Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

説明

DropDownCount プロパティの値を設定します。

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

DropDownCount プロパティの値を設定します。

SetDropDownCount は,DropDownCount プロパティの書き込みプロテクト実装です。

関連項目