FMX.Types.IContainerObject.GetContainerHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContainerHeight: Single;

C++

virtual float __fastcall GetContainerHeight() = 0 ;

Properties

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

Description

Getter function for the ContainerHeight property.

Implement GetContainerHeight to get the height of the object's container.

See Also