Discuss this help topic in SecureBlackbox Forum
Sets the default encoding.
Declaration
Parameters
- Value - encoding to be set as default
Description
Use this function to specify the desired default encoding.
The default encoding is used when NULL/nil/Nothing is passed to methods that require a
TElDCEncoding object.
In .NET and Java editions, it is a good idea to call this function in the beginning of your program.
In VCL, this function is not needed as the default DC encoding is initialized when CBDCXMLEnc unit is added to "uses".
Declared in
.NET:
- Namespace: SecureBlackbox
- Assembly: SecureBlackbox
VCL:Java:
- Package: SecureBlackbox.Base.jar
C++:
Discuss this help topic in SecureBlackbox Forum