FMX.ListView.Types.IListViewCustomPresentationParent.GetContentFrame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentFrame: TRect;

C++

virtual System::Types::TRect __fastcall GetContentFrame() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types IListViewCustomPresentationParent

Description

Gets the content frame of the presented control.

See Also