Skip to content

DoSendToDeoFocus - cToolbar

Redirects a message, hmMessage, to the focused control

Type: Procedure

Parameters

Parameter Type Description
hmMessage Handle The message that is redirected

Syntax

Procedure DoSendToDeoFocus Handle hmMessage

Call Example

Send DoSendToDeoFocus hmMessage

Description

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_Procedure

See Also

DoSendToFocus