ArtWrh::Init (Interface: ArtWrh)
 
Initializes the record, using the default values.
 
void Init ()
 
 
See Also
CreateArtWrh
 
Samples
 
C++
 
pArtWrh->Init ();

C#
 
oArtWrh.Init ();

VBS
 
Call oArtWrh.Init()

VB.NET
 
oArtWrh.Init()