Entering_Scope - cUIObject

Sent to the object if its scope_state is true, and one of the objects within its scope takes the focus

Type: Event

Return Data Type: Integer

Parameters: None

Return Value


Syntax
Procedure Entering_Scope Returns Integer

Description

The Entering_Scope event is sent to the object if its Scope_State is True, and one of the objects within its scope takes the focus. The event is provided to allow the object to initialize prior to the user being allowed to enter data.

Procedure Entering_Scope returns Integer
    Integer iFail

    Forward Get msg_Entering_Scope to iFail

    If (not(iFail)) Begin
        Send InitializeNewScope
    End

    Procedure_Return iFail
End_Procedure

See Also

OnEnterArea | OnExitArea