wodFtpDLX ActiveX Control - UTF8Encoding Property
      
 

Description

Determines is UTF8 conversion is used.


Property type

A Boolean value.  When set to True forces wodFtpDLX perform UTF8 conversion


Syntax

object.UTF8Encoding [= value]



The UTF8Encoding Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodFtpDLX.
value A Boolean value.

Remarks
This property is used to specify if UTF8 character conversion should be used. If not set, the component will try to auto-detect character encoding. However, in some cases, the auto-detection isn't possible. That's when this UTF8Encoding property comes in.
 
If set to False, no conversion will be done.

If set to True, UTF8 conversion will be forced.

NOTE: This property should be set after connecting to server, and can be changed at any time, even while the connection is active.