Sub OnEnter(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnEnter;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnEnter event occurs when a component gets focused.
See also: