FMX.ListBox.TCustomComboBox.RecalculatePopupSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RecalculatePopupSize; virtual;

C++

virtual void __fastcall RecalculatePopupSize();

Properties

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

Description

Recalculates the pop-up size based on the items.

See Also