Delphi-Quellcode:
type
TUIPrintInteractionControllerCompletionHandler = procedure(printInteractionController: Pointer;
completed: Pointer; error: Pointer) of object;
var
print:TUIPrintInteractionControllerCompletionHandler;
...
wie füllt man nun die Variable print mit leben ?