RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBExtract.GetCharacterSets Method

Returns a specified character set and collation order as a printable string.

Pascal
function GetCharacterSets(CharSetId: Short; Collation: Short; CollateOnly: Boolean): String;
C++
__fastcall AnsiString GetCharacterSets(Short CharSetId, Short Collation, Boolean CollateOnly);

GetCharacterSets looks up a specified character set and collation order, and returns their names. 

CharSetId is the identifier of the desired character set. 

Collation is the identifier of the desired collation order. 

CollateOnly indicates that the return string should include the name of the collation order but not the name of the character set. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!