Entry::TickGlobalDialog (Interface: Entry)
 
Tick entries globally with user interface.
 
void TickGlobalDialog ()
 
 
See Also
CreateEntry
 
Samples
 
C++
 
// Start the dialog for global ticking
pEntry->TickGlobalDialog ();

C#
 
// Start the dialog for global ticking
oEntry.TickGlobalDialog ();

VBS
 
' Start the dialog for global ticking
Call oEntry.TickGlobalDialog()

VB.NET
 
' Start the dialog for global ticking
oEntry.TickGlobalDialog()