Methods for cCharTranslate
View method list in hierarchical order.
| Name | Type | Description | Defining Class |
|---|---|---|---|
| Base64DecodeFromStr | Function | Decodes a base 64 encoded string and places it in a newly created memory buffer | cCharTranslate |
| Base64DecodeFromVariantStr | Function | Decodes a base 64 encoded Variant String and places it in a newly created memory buffer | cCharTranslate |
| Base64DecodeUCharArray | Function | Decodes a Base-64 encoded UChar Array | cCharTranslate |
| Base64EncodeToStr | Function | Creates a base 64 encoded String from a binary memory buffer | cCharTranslate |
| Base64EncodeToVariantStr | Function | Creates a base 64 encoded Variant String from a binary memory buffer | cCharTranslate |
| Base64EncodeUCharArray | Function | Base-64 encodes a UChar Array | cCharTranslate |
| ChildByIndex | Function | Can be used to iterate the direct children of an object | cObject |
| ClassSuperClass | Function | Returns the superclass of the passed class | cObject |
| ConvertUCharArray | Function | Converts a UChar array from one character encoding format to another | cCharTranslate |
| Create | Function | Creates an object based on the passed Class Id | cObject |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name | cObject |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object | cObject |
| Exit_Application | Procedure | Starts the process of closing an application | cObject |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy | cObject |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy | cObject |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on | cObject |
| Request_Destroy_Object | Procedure | Use the Destroy method instead | cObject |
| Utf16FromBuffer | Function | Creates a UTF-16 string in a memory buffer from an OEM, ANSI or UTF-8 memory buffer | cCharTranslate |
| Utf16FromStr | Function | Creates a UTF-16 string in a memory buffer from an OEM, ANSI or UTF-8 String variable | cCharTranslate |
| Utf16ToBuffer | Function | Creates an OEM, ANSI or UTF8 string in a memory buffer from a UTF-16 memory buffer | cCharTranslate |
| Utf16ToStr | Function | Creates a DataFlex String in OEM, ANSI or UTF8 format from a UTF-16 memory buffer | cCharTranslate |
| Utf8FromBuffer | Function | Creates a UTF-8 string in a memory buffer from an OEM or ANSI memory buffer | cCharTranslate |
| Utf8FromStr | Function | Creates a UTF-8 string in a memory buffer from a passed DataFlex string in OEM or ANSI format | cCharTranslate |
| Utf8ToBuffer | Function | Creates an OEM or ANSI string in a memory buffer from a UTF-8 memory buffer | cCharTranslate |
| Utf8ToStr | Function | Creates an OEM or ANSI string from a UTF-8 memory buffer | cCharTranslate |
| VariantStrFromBuffer | Function | Creates a Variant String from an OEM, ANSI or UTF-8 memory buffer | cCharTranslate |
| VariantStrFromStr | Function | Creates a Variant String from an OEM, ANSI or UTF-8 DataFlex String | cCharTranslate |
| VariantStrFromUCharArray | Function | Converts a UChar array to a BSTR Variant | cCharTranslate |
| VariantStrFromUTF16 | Function | Creates a Variant String from a UTF-16 Unicode string in a memory buffer | cCharTranslate |
| VariantStrToBuffer | Function | Creates an OEM, ANSI or UTF8 string in a memory buffer from a Variant String | cCharTranslate |
| VariantStrToStr | Function | Converts a Variant String to a string encoded as OEM, ANSI or UTF-8 | cCharTranslate |
| VariantStrToUCharArray | Function | Converts a Variant BSTR to a UChar array | cCharTranslate |
| VariantStrToUTF16 | Function | Creates a UTF-16 string in a memory buffer from a Variant string | cCharTranslate |