FMX.Types.IContainerObject.ContainerWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContainerWidth: single read GetContainerWidth;

C++

__property float ContainerWidth = {read=GetContainerWidth};

Properties

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

Description

Specifies the object's container width.

Implement the getter function GetContainerWidth to get the width of the container.

See Also