Skip to content

Find_Scope - cUIObject

Returns the scoping object of the current object

Type: Property
Access: Read-Only
Data Type: Handle
Parameters: None

Syntax

Property Handle Find_Scope
Access Type Syntax
Read Access: Get Find_Scope to HandleVariable

Description

The Find_scope property returns the scoping object of the current object. This is useful when a program needs to identify the object that holds its scope_focus property. The search for the prior scope begins at the prior level of the current object.

send ping to (scope_focus(find_scope(self)))