Built-in function usages window
This dialog is invoked from the object context menu
Find Built-in Function Usages.
The dialog allows you find where certain instance methods
are called on the target object. You can think of usages
being on the form TargetObject.BuiltInFunction
,
although the process of course also finds usages where
the object is implicit as it is in with
statements and
when used without preceding rec.
via e.g. the
SourceTable
property.
Select which instance methods to search for (multiple selections are allowed):

# | Name | Description |
---|---|---|
1 | Target object | The object to search for calls to the built-in function. |
2 | Methods |
The methods to search for are presented as checkboxes
and depends on the object type. For tables, the functions are
grouped according to the RIMD classification:
|
3 | Search button | Runs the search process and opens the Usages window. |