OnAfterControlEnter

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the VCL >

OnAfterControlEnter

Previous pageReturn to chapter overviewNext page

[Interactive Edition and above]

A Control received the focus.
Normally, this event is sent if the user presses the Tab or Backtab key, or clicks with the mouse onto a control. This event can be used to re-format the content of a control.

OnAfterControlEnter(

Sender: TVPEngine;

Obj: TVPEObject

)

Sender

the VPE object that fired the event

Obj

the object, which fired the event

 

See also:

Interactive Documents