Method procedure MLWMFBaseComponent.TMLWMFBaseComponent.Close()
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: TMLWMFBaseComponent
Contents |
Syntax
Delphi:
procedure Close();
C++ Builder:
void __fastcall Close();
Visual C++ (MFC):
void Close();
Summary
Closed the broadcasting or logging component.
Description
Use this method to close the broadcasting or logging component.
Delphi example:
<c>ALASFLogger1.Close;</c>
C++ Builder example:
<c>ALASFLogger1->Close();</c>
Visual C++(MFC) example:
<c>ALASFLogger1.Close();</c>
Visual C++/CLI example:
<c>asfLogger1->Close();</c>
C# Example:
<c>asfLogger1.Close();</c>
VB Example:
<c>ASFLogger1.Close</c>