Methods for cCharTranslate

View method list in alphabetical order

NameTypeDescription
Base64DecodeFromStrFunctionDecodes a base 64 encoded string and places it in a newly created memory buffer
Base64DecodeFromVariantStrFunctionDecodes a base 64 encoded Variant String and places it in a newly created memory buffer
Base64DecodeUCharArrayFunctionDecodes a Base-64 encoded UChar Array
Base64EncodeToStrFunctionCreates a base 64 encoded String from a binary memory buffer
Base64EncodeToVariantStrFunctionCreates a base 64 encoded Variant String from a binary memory buffer
Base64EncodeUCharArrayFunctionBase-64 encodes a UChar Array
ConvertUCharArrayFunctionConverts a UChar array from one character encoding format to another
Utf16FromBufferFunctionCreates a UTF-16 string in a memory buffer from an OEM, ANSI or UTF-8 memory buffer
Utf16FromStrFunctionCreates a UTF-16 string in a memory buffer from an OEM, ANSI or UTF-8 String variable
Utf16ToBufferFunctionCreates an OEM, ANSI or UTF8 string in a memory buffer from a UTF-16 memory buffer
Utf16ToStrFunctionCreates a DataFlex String in OEM, ANSI or UTF8 format from a UTF-16 memory buffer
Utf8FromBufferFunctionCreates a UTF-8 string in a memory buffer from an OEM or ANSI memory buffer
Utf8FromStrFunctionCreates a UTF-8 string in a memory buffer from a passed DataFlex string in OEM or ANSI format
Utf8ToBufferFunctionCreates an OEM or ANSI string in a memory buffer from a UTF-8 memory buffer
Utf8ToStrFunctionCreates an OEM or ANSI string from a UTF-8 memory buffer
VariantStrFromBufferFunctionCreates a Variant String from an OEM, ANSI or UTF-8 memory buffer
VariantStrFromStrFunctionCreates a Variant String from an OEM, ANSI or UTF-8 DataFlex String
VariantStrFromUCharArrayFunctionConverts a UChar array to a BSTR Variant
VariantStrFromUTF16FunctionCreates a Variant String from a UTF-16 Unicode string in a memory buffer
VariantStrToBufferFunctionCreates an OEM, ANSI or UTF8 string in a memory buffer from a Variant String
VariantStrToStrFunctionConverts a Variant String to a string encoded as OEM, ANSI or UTF-8
VariantStrToUCharArrayFunctionConverts a Variant BSTR to a UChar array
VariantStrToUTF16FunctionCreates a UTF-16 string in a memory buffer from a Variant string

Inherited Methods from cObject

ChildByIndexFunctionCan be used to iterate the direct children of an object
ClassSuperClassFunctionReturns the superclass of the passed class
CreateFunctionCreates an object based on the passed Class Id
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed name
DestroyProcedureDestroys the object that receives the message and any child objects of that object
Exit_ApplicationProcedureStarts the process of closing an application
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchy
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchy
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based on
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]