KVSKBASystem#
Procedures#
Notify(Text) :#
procedure Notify(message: Text): 
Notify(Text, NotificationScope) :#
procedure Notify(messagetext: Text; notifscope: NotificationScope): 
NotifyNavigate(Text, Variant, Integer) :#
procedure NotifyNavigate(message: Text; rec: Variant; pageId: Integer): 
NotifyNavigate(Text, Variant, Integer, NotificationScope) :#
procedure NotifyNavigate(messagetext: Text; rec: Variant; pageId: Integer; NotifScope: NotificationScope): 
NotifyNavigateHandler(Notification) :#
procedure NotifyNavigateHandler(noti: Notification): 
WriteToFile(Text, Text) :#
procedure WriteToFile(data: Text; filename: Text): 
WriteToFile(InStream, Text) :#
procedure WriteToFile(var stream: InStream; filename: Text):