Method procedure SLSnapshot.TSLSnapshot.Snapshot()
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: TSLSnapshot
Contents |
Syntax
Delphi:
procedure Snapshot();
C++ Builder:
void __fastcall Snapshot();
Visual C++ (MFC):
void Snapshot();
Summary
Requests taking a Snapshot.(Obsolete - use TakeSnapshot instead. )
Description
This is obsolete method for taking snapshots. Do not use this method. Use TakeSnapshot instead. See Also TakeSnapshot