FMX.ListView.Appearances.TObjectAppearance.OnHeightChange

提供:RAD Studio API Documentation

Delphi

property OnHeightChange: TNotifyEvent read FOnHeightChange write FOnHeightChange;

C++

__property System::Classes::TNotifyEvent OnHeightChange = {read=FOnHeightChange, write=FOnHeightChange};

プロパティ

種類 可視性 ソース ユニット
event public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TObjectAppearance


説明

Height の値が変化すると発生します。

関連項目