hiGetFieldScope
hiGetFieldScope(g_field) =>g_returnField
Description
Returns the scope containing the given field. The return value can be a scroll region, a tab page, a tab field, form, or nil.
Argument
|
Specifies the field for which you want to retrieve the scope |
Values Returned
|
Returns the scope of the given field, which could be a scroll region, a tab page, a tab field, form, or nil |
Example
hiGetFieldScope( field )
Return to top