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 Base64DecodeFromStr decodes a base 64 encoded DataFlex 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 Base64DecodeUCharArray decodes a Base-64 encoded UChar array. | cCharTranslate |
| Base64EncodeToStr | Function | Creates a base 64 encoded String from a binary memory buffer Base64EncodeToStr creates a base 64 encoded DataFlex String from a binary memory buffer. | cCharTranslate |
| Base64EncodeToVariantStr | Function | Creates a base 64 encoded Variant String from a binary memory buffer Base64EncodeToVariantStr creates a base 64 encoded Variant String from a binary memory buffer. | cCharTranslate |
| Base64EncodeUCharArray | Function | Base-64 encodes a UChar Array Base64EncodeUCharArray Base-64 encodes a UChar array. | cCharTranslate |
| ChildByIndex | Function | Can be used to iterate the direct children of an object ChildByIndex is a function that can be used to iterate the direct children of an object. | cObject |
| ClassSuperClass | Function | Returns the superclass of the passed class This 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 The Create function is used to dynamically create objects. | cObject |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name 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 The Destroy message destroys the object that receives the message. | cObject |
| Exit_Application | Procedure | Starts the process of closing an application The Exit_Application message is used to close the program. | 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 This returns True if 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 Returns the integer class ID assigned to the class this object is based on. | cObject |
| Request_Destroy_Object | Procedure | Use the Destroy method instead This method is used to destroy an object and all of its children. | cObject |
| Utf16FromBuffer | Function | Creates a UTF-16 string in a memory buffer from an OEM, ANSI or UTF-8 memory buffer Utf16FromBuffer 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 Utf16FromStr creates a UTF-16 string in a memory buffer from an OEM, ANSI or UTF-8 string. | cCharTranslate |
| Utf16ToBuffer | Function | Creates an OEM, ANSI or UTF8 string in a memory buffer from a UTF-16 memory buffer Utf16ToBuffer creates a 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 Utf16ToStr creates a OEM, ANSI or UTF8 string 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 Utf8FromBuffer 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 Utf8FromStr creates a UTF-8 string in a memory buffer from an OEM or ANSI DataFlex string. | cCharTranslate |
| Utf8ToBuffer | Function | Creates an OEM or ANSI string in a memory buffer from a UTF-8 memory buffer Utf8ToBuffer 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 Utf8ToStr creates a OEM or ANSI DataFlex string from a UTF-16 memory buffer. | cCharTranslate |
| VariantStrFromBuffer | Function | Creates a Variant String from an OEM, ANSI or UTF-8 memory buffer VariantStrFromBuffer 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 VariantStrFromBuffer 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 VariantStrFromUTF16 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 |