KVSKBASystem#
Procedures#
Notify(Text) :#
procedure Notify(message: Text):
Notify(Text, NotificationScope) :#
procedure Notify(message: Text; scope: NotificationScope):
NotifyNavigate(Text, Variant, Integer) :#
procedure NotifyNavigate(message: Text; rec: Variant; pageId: Integer):
NotifyNavigate(Text, Variant, Integer, NotificationScope) :#
procedure NotifyNavigate(message: Text; rec: Variant; pageId: Integer; scope: 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):