FMX.Types.IAlignableObject.GetWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWidth: single;

C++

virtual float __fastcall GetWidth() = 0 ;

Properties

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

Description

Getter function for the Width property.

Implement GetWidth to get the value of the Width property.

See Also