Vcl.StdCtrls.TCustomCombo.SetItemHeight

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

Delphi

procedure SetItemHeight(Value: Integer); virtual;

C++

virtual void __fastcall SetItemHeight(int Value);

プロパティ

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

説明

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

SetItemHeight は,ItemHeight プロパティの書き込みプロテクト実装です。SetItemHeight は例外を生成しませんが,ItemHeight の値を変更しない場合もあります。ItemHeight は,一部の TCustomCombo 下位オブジェクトで,特定の状況でのみ変更できることがあります。

たとえば,TComboBoxEx では,ItemHeight プロパティは変更できません。

関連項目