FMX.Edit.TCustomEdit.OnTyping
Delphi
property OnTyping: TNotifyEvent read GetOnTyping write SetOnTyping;
C++
__property System::Classes::TNotifyEvent OnTyping = {read=GetOnTyping, write=SetOnTyping};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FMX.Edit.pas FMX.Edit.hpp |
FMX.Edit | TCustomEdit |
Description
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.