FMX.Edit.Style.TStyledEdit.DoTyping

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoTyping; virtual;

C++

virtual void __fastcall DoTyping();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style TStyledEdit

Description

Makes suggestions based on what is typed in the TComboEdit object.

While typing in the TComboEdit object, DoTyping compares the typed string with the Items. If an item that starts with the string being typed exists, it is suggested by completing the string with the remaining characters.

See Also