FMX.ComboEdit.TComboEdit.OnTyping

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnTyping: TNotifyEvent read GetOnTyping write SetOnTyping;

C++

__property OnTyping;

Properties

Type Visibility Source Unit Parent
event published
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TComboEdit

Description

Occurs when you are typing into this edit control.

FMX.ComboEdit.TComboEdit.OnTyping inherits from FMX.Edit.TCustomEdit.OnTyping. All content below this line refers to FMX.Edit.TCustomEdit.OnTyping.

Occurs when you are typing into this edit control.

Write an OnTyping event handler to take specific action whenever you type into this edit control. While you type in characters, the Typing property is also set to True.

See Also