Parameter | Description |
---|---|
hmMessage | The message that is redirected |
Procedure DoSendToDeoFocus Handle hmMessage
Call: | Send DoSendToDeoFocus hmMessage |
Use the DoSendToDeoFocus procedure to redirect a message, hmMessage, to the focused control, but only if the focused control is a child of a data-aware container. This is typically sent from the toolbar's buttons. For example, this is how the OnClick event for a "find first record" button might be programmed:
Procedure OnClick Delegate Send DoSendToDeoFocus msg_beginning_of_data End_ProcedureSee Also