Vcl.StdCtrls.TCustomCombo.IsItemHeightStored

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

Delphi

function IsItemHeightStored: Boolean; virtual;

C++

virtual bool __fastcall IsItemHeightStored();

プロパティ

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

説明

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

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

関連項目