Method procedure ALVSTHost.TALVSTHost.Idle()
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: TALVSTHost
Contents |
Syntax
Delphi:
procedure Idle();
C++ Builder:
void __fastcall Idle();
Visual C++ (MFC):
void Idle();
Summary
Provides the PlugIn with the requested Idle.
Description
Call this method if the PlugIn has requested Idle.
If AutoIdle is specified, the Idle requests are automatically handled.