FMX.Layouts.TCustomScrollBox.PaddingChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PaddingChanged; override;

C++

virtual void __fastcall PaddingChanged()/* overload */;

Properties

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

Description

Applies the padding to the content of the TScrollBox.

See Also