StdObjectSelectCurrent event

Occurs during navigation of a collection or subcollection and during execution of the Refresh, Execute Filter-in-Place, New, Copy, and Delete (a new object) operations. The event also occurs after the user clicks Find Value in Collection, Replace Value in Collection, Sort Collection, Add Value for Current Field, or Find Value for Current Field on the Edit menu.

The default implementation makes a selected object in a collection or subcollection the current object.

Your application cannot call the default implementation by generating the event.

Remarks

Because the event occurs in many WinStudio operations of various kinds, you should exercise caution in overriding the default implementation with custom event handlers.