Method function VLSnapshot.TVLSnapshot.Snapshot() : Boolean
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: TVLSnapshot
Contents |
Syntax
Delphi:
function Snapshot() : Boolean;
C++ Builder:
bool __fastcall Snapshot();
Visual C++ (MFC):
bool 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