|
Constructor
|
|
|
The IXFile constructor creates uninitialized object. Object must be licensed and initialized before usage.
C++
IFile(void);
BASIC
IXFLIB.IXFile
Parameters
Constructor has no parameters.
Return Values
Constructor has no return value.
Remarks
Before usage object must be licensed by supplying valid license key with SetLicenseKey method.
Object must be also initialized to appropriate mode of operation with Initialize method before calling any other methods.
Constructor also enables Unicode system calls on NT/2000/XP platforms and sets ANSI codepage as a default codepage for ANSI/Unicode conversion;
see Unicode Support for more information.
See Also
Initialize,
SetLicenseKey,
Object Creation and Initialization