FMX.ComboEdit.Style.TStyledComboEdit.SaveState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveState;

C++

void __fastcall SaveState();

Properties

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

Description

The SaveState method saves the current value of ItemIndex and Text of the Model property.

See Also