Property : Scope
Page Status: Beta
Contents |
[edit] Description
Use the Scope property to specify which implemenation of the function to call when the call function () statement executes.
" " Uses the object's implementation of the function. Parent Uses the superclass's implementation of the function. Object Uses the object's implementation of the function.
The drop down for this property contains only the empty string option until a path to a function is set using the Function Path property.
[edit] Property Editor Location
Appears when you select a call function () statement in the Design Editor
[edit] Data Type
Enumerated string
[edit] Default Value
""



