Supplementing the Model with Handwritten Code : Binding Callbacks : Callback Statement

Callback Statement

The connection and binding statement for callbacks consists of:

proc_name(<“element_identifier”>,param_1,param_2)
 

The <element_identifier> is required when and only when the callback is connected to an aggregate element. An aggregate element is an array, record, union, user-defined type, or any element referenced in a generic or instance. The <element_identifier> specifies what part of the aggregate element the callback is to be connected.