FMX.ScrollBox.TScrollContentSize.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnInternalChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnInternalChange};

Properties

Type Visibility Source Unit Parent
event public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TScrollContentSize

Description

Event invoked when the Size is changed.

See Also