FMX.ListBox.TListBoxItem.SetHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHeight(const Value: Single); override;

C++

virtual void __fastcall SetHeight(const float Value);

Properties

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

Description

Setter function for the Height property.

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

Setter function for the Height property. Value specifies the new value of the Height property.

See Also