Page tree
Skip to end of metadata
Go to start of metadata

Introduction

Schema calls describe the signature used for a schema function call. The schema framework uses this to validate the arguments when the call is made in schema script and also to show the correct signature in the symbol picker in the user interface.

Creating and using

Register the call with SchemaClassRegisterCall

Add parameters to the call with SchemaCallRegisterParam

Set the call as the signature for a schema member when you register the member with SchemaClassRegisterMember

Example

  • No labels