OnMoveValueOutByValue - cCJGridPromptList
Called when a value update prompt list is successfully closed
Type: Event
Syntax
Procedure OnMoveValueOutByValue
Description
If a prompt list is successfully closed by sending it the Ok message and the peUpdateMode is umPromptValue, the OnMoveValueOutByValue event is called.
This event will set the invoking object's Value property with the selected row's piUpdateColumn column value.
If you augment this, be careful -- study the class code first.