Show: Delphi
C++
Display Preferences
FMX.ListBox.TCustomListBox.GetContentBounds
From XE2 API Documentation
Delphi
function GetContentBounds: TRectF; override;
C++
virtual System::Types::TRectF __fastcall GetContentBounds(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TCustomListBox |
Description
Returns the boundaries of the rectangle that defines the scrolling area.
FMX.ListBox.TCustomListBox.GetContentBounds inherits from FMX.Layouts.TScrollBox.GetContentBounds. All content below this line refers to FMX.Layouts.TScrollBox.GetContentBounds.
Returns the boundaries of the rectangle that defines the scrolling area. The result value is of type TRectF.