FMX.Types.TBounds.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Width: Single;

C++

float __fastcall Width();

Properties

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

Description

Returns the width of the Rect, as the difference between the Right and Left values.

See Also