Method procedure TLMainThredEvent.TTLMainThredEvent.Fire()
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: TTLMainThredEvent
Contents |
Syntax
Delphi:
procedure Fire();
C++ Builder:
void __fastcall Fire();
Visual C++ (MFC):
void Fire();
Summary
Generates a main thread event.
Description
Call this method to generate a main thread event.
Delphi example:
TLMainThredEvent1.Fire;
C++ Builder example:
TLMainThredEvent1->Fire();
Visual C++(MFC/Win32) example:
TLMainThredEvent1.Fire();
Visual C++/CLI example:
mainThredEvent1->Fire();
C# example:
mainThredEvent1.Fire();
VB example:
MainThredEvent1.Fire