FMX.Controls.TControl.GetContainerWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContainerWidth: Single;

C++

float __fastcall GetContainerWidth();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Getter function for the ContainerWidth property.

The container width is equal to the control width.

See Also