Cntry::Init (Interface: Cntry)
 
Initializes the record, using the default values.
 
void Init ()
 
 
See Also
CreateCntry
 
Samples
 
C++
 
pCntry->Init ();

C#
 
oCntry.Init ();

VBS
 
Call oCntry.Init()

VB.NET
 
oCntry.Init()