FMX.Layouts.TCustomScrollBox.HScrollChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HScrollChange; virtual;

C++

virtual void __fastcall HScrollChange();

Properties

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

Description

Internally called when the horizontal scroll bar changes position. Do not call HScrollChange in applications.

See Also