API: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 プロパティの値を検証します。 {{#multireplace:Vcl.StdCtrls.TCustomComboBox.IsItemHeightStored|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Vcl.StdCtrls.TCustomCombo.IsItemHeightStored|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Vcl.StdCtrls.TCustomCombo.IsItemHeightStored|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

関連項目