Vcl.StdCtrls.TCustomCombo.IsItemHeightStored
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 プロパティを検証します。