Discuss this help topic in SecureBlackbox Forum
Specifies local charset.
Declaration
[Pascal]
property LocalCharset : string;
[C++]
void get_LocalCharset(std::string &OutResult);
void set_LocalCharset(const std::string &Value);
[PHP]
string get_LocalCharset()
void set_LocalCharset(string $Value)
Description
Use this property to specify the component's local charset.
Discuss this help topic in SecureBlackbox Forum