Purch::Init (Interface: Purch)
 
Initializes the record, using the default values.
 
void Init ()
 
 
See Also
CreatePurch
 
Samples
 
C++
 
pPurch->Init ();

C#
 
oPurch.Init ();

VBS
 
Call oPurch.Init()

VB.NET
 
oPurch.Init()