Entry::Init (Interface: Entry)
 
Initializes the record, using the default values.
 
void Init ()
 
 
See Also
CreateEntry
 
Samples
 
C++
 
pEntry->Init ();

C#
 
oEntry.Init ();

VBS
 
Call oEntry.Init()

VB.NET
 
oEntry.Init()