FMX.ComboEdit.Style.TStyledComboEdit.RestoreState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RestoreState;

C++

void __fastcall RestoreState();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ComboEdit.Style.pas
FMX.ComboEdit.Style.hpp
FMX.ComboEdit.Style TStyledComboEdit

Description

The RestoreState method restores the previous ItemIndex and Text of the Model property.

See Also