FMX.Types.IContainerObject.GetContainerWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContainerWidth: Single;

C++

virtual float __fastcall GetContainerWidth() = 0 ;

Properties

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

Description

Getter function for the ContainerWidth property.

Implement GetContainerWidth to get the width of the object's container.

See Also