InstallScript := func(partFrame) begin // Register the application as an EETransfer client. call RegEETransferClient with (kAppSymbol); end; RemoveScript := func(partFrame) begin call UnRegEETransferClient with (kAppSymbol); end;