FMX.Layouts.TScrollContent.ContentChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ContentChanged; override;

C++

virtual void __fastcall ContentChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TScrollContent

Description

It is invoked when content is changed. For example, if content adds some child control or child control changes its position, size, or some other value.