FMX.ComboTrackBar.Style.TStyledComboTrackBar.DoAbsoluteChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAbsoluteChanged; override;

C++

virtual void __fastcall DoAbsoluteChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ComboTrackBar.Style.pas
FMX.ComboTrackBar.Style.hpp
FMX.ComboTrackBar.Style TStyledComboTrackBar

Description

Closes the drop-down list.

DoAbsoluteChanged calls CloseDropDown in case the pop-up window is opened and either the control is not absolutely enabled or the parents not visible.

See Also