FMX.ListBox.TListBoxItem.GetWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWidth: Single;  override;

C++

virtual float __fastcall GetWidth();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItem

Description

Getter function for the Width property.

FMX.ListBox.TListBoxItem.GetWidth inherits from FMX.Controls.TControl.GetWidth. All content below this line refers to FMX.Controls.TControl.GetWidth.

Getter function for the Width property.

See Also