Vcl.StdCtrls.TCustomComboBox.IsItemHeightStored

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

Delphi

function IsItemHeightStored: Boolean; override;

C++

virtual bool __fastcall IsItemHeightStored();

プロパティ

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

説明

ItemHeight プロパティの値を検証します。

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

ItemHeight プロパティの値を検証します。

IsItemHeightStored メソッドは、ItemHeight プロパティの値が格納されているかどうかを検証するために内部的に使用されます。TCustomCombo の下位クラスは、このメソッドをオーバーライドして ItemHeight プロパティを検証します。

関連項目