FMX.ListView.Appearances.TObjectAppearance.DoHeightChange

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

Delphi

procedure DoHeightChange; virtual; deprecated;

C++

virtual void __fastcall DoHeightChange _DEPRECATED_ATTRIBUTE0 ();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TObjectAppearance


説明

警告: DoHeightChange は非推奨になっています。

OnHeightChange イベントのディスパッチャ

オブジェクト外観インスタンスでは、Height の値が変化すると、DoHeightChange を呼び出します。

関連項目