FMX.ListBox.TListBoxItem.GetHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeight: Single; override;

C++

virtual float __fastcall GetHeight();

Properties

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

Description

Getter function for the Height property.

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

Getter function for the Height property.

See Also