FMX.ComboEdit.Style.TStyledComboEdit.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.ComboEdit.Style.pas
FMX.ComboEdit.Style.hpp
FMX.ComboEdit.Style TStyledComboEdit

Description

The RecalculatePopupSize protected method recalculates the size of the popup based on the items of the ListBox.

See Also