FMX.ScrollBox.TScrollContent.OnGetClipRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetClipRect:TOnCalcContentBoundsEvent read FOnGetClipRect write FOnGetClipRect;

C++

__property TOnCalcContentBoundsEvent OnGetClipRect = {read=FOnGetClipRect, write=FOnGetClipRect};

Properties

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

Description

The handler for this event should return the clip rectangle.

This event handler can be used for overriding calculating clipping rectangle.