Method procedure SLScope.TSLDataDisplay.Print()
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLDataDisplay
Contents |
Syntax
Delphi:
procedure Print();
C++ Builder:
void __fastcall Print();
Visual C++ (MFC):
void Print();
Summary
Prints the display.
Description
Call this method to print the display.
Delphi example:
SLScope1.Print;
C++ Builder example:
SLScope1->Print();
Visual C++(MFC/Win32) example:
SLScope1.Print();
Visual C++/CLI example:
scope1->Print();
C# example:
scope1.Print();
VB example:
Scope1.Print()