Copyright © 2013-2015 MultiMedia Soft

Init method

Previous pageReturn to chapter overviewNext page

Remarks

 

Initializes the control: the call to this method is mandatory and must be performed before calling any other method of the control, possibly in the container form initialization function: calling this method inside the constructor function of the container form will not work and could cause unpredictable results.

 

 

Syntax

 

[Visual Basic]

Public Function Init (

) As enumErrorCodes


 

[C#]

public enumErrorCodes Init (

);


 

[C++]

public: enumErrorCodes Init (

);


 

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

enumDjcErrorCodes.ERR_DJC_NOERROR (0)

The method call was successful.