FMX.ComboTrackBar.Style.TStyledComboTrackBar.DoAbsoluteChanged
Delphi
procedure DoAbsoluteChanged; override;
C++
virtual void __fastcall DoAbsoluteChanged(void);
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.