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