EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


SetDefaultCharset

Declared in     See also    


 

Use this routine to specify the character set which will be used by default.
To use internal SecureBlackbox unicode conversion routines, SBUnicode unit must be used. In VCL, SBUnicode is initialized automatically, while in .NET the SBUnicode.Initialize method should be called.

 
 

Declaration

[C#]
    void SetDefaultCharset(string Charset);

[VB.NET]
    Sub SetDefaultCharset(ByVal Charset As String)

[Pascal]
    procedure SetDefaultCharset(const Charset: string);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Charset - charset to be set as default
 
 

Declared in

.NET:

  • Namespace: SBUtils.Unit
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBUtils
ActiveX/DLL:
  • not implemented
 
 

See also:     UTF8ToStr    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation