Vcl.StdCtrls.TCustomCombo.FSaveIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FSaveIndex: Integer;

C++

int FSaveIndex;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

Represents the index of an item from the combo box.

FSaveIndex field is used to store the index of an item from the combo box.

See Also