Data.DBXPlatform.TDBXPlatform Methods
InheritedProtected
| AfterConstruction | public | Responds after the last constructor has executed. |
| AnsiStrToBytes | public | Transforms an AnsiString into an array of bytes. |
| BeforeDestruction | public | Responds before the first destructor executes. |
| BytesToAnsiStr | public | Transforms an array of bytes into an AnsiString. |
| BytesToWideStr | public | Transforms an array of bytes into a WideString. |
| CheckDisposed | protected | |
| ClassInfo | public | Returns a pointer to the run-time type information (RTTI) table for the object type. |
| ClassName | public | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| ClassNameIs | public | Determines whether an object is of a specific type. |
| ClassParent | public | Returns the type of the immediate ancestor of a class. |
| ClassType | public | Returns the class reference for the object's class. |
| CleanupInstance | public | Performs finalization on long strings, variants, and interface variables within a class. |
| CopyBcd | public | Copies bytes from a BCD value to a TBytes value. |
| CopyByteArray | public | Copies elements of an array of TBytes. |
| CopyBytesToAnsiChars | public | Copies elements of an array of TBytes to an array of TDBXAnsiChars. |
| CopyBytesToWideChars | public | Copies elements of an array of TBytes to an array of TDBXWideChars. |
| CopyCharArray | public | Copies elements of an array of TDBXWideChars. |
| CopyInt16 | public | Copies bytes from a Smallint to a TBytes value. |
| CopyInt32 | public | Copies an Integer to a TBytes value. |
| CopyInt32Array | public | Copies elements of an array of TDBXInt32s. |
| CopyInt64 | public | Copies bytes from an Int64 to a TBytes value. |
| CopyInt8 | public | Copies bytes from a Shortint to a TBytes value. |
| CopySqlTimeStamp | public | Copies bytes from an SQL time stamp value to a TBytes value. |
| CopySqlTimeStampOffset | public | Copies bytes from an SQL time stamp offset value to a TBytes value. |
| CopyStringBuilder | public | Copies a TDBXAnsiStringBuilder to another. |
| CopyStringToBuilder | public | Copies an AnsiString to a TDBXAnsiStringBuilder. |
| CopyUInt16 | public | Copies bytes from a Word value to a TBytes value. |
| CopyUInt8 | public | Copies bytes from a Byte value to a TBytes value. |
| CopyWideStringBuilder | public | Copies a TDBXWideStringBuilder to UnicodeString. |
| CopyWideStringToBuilder | public | Copies a UnicodeString to a TDBXWideStringBuilder. |
| Create | public | |
| CreateAnsiString | public | Returns an AnsiString constructed from the given parameter. |
| CreateStringBuilder | public | Creates a new TDBXAnsiStringBuilder. |
| CreateWideString | public | Returns a UnicodeString constructed from the given parameter. |
| CreateWideStringBuilder | public | Creates a new TDBXWideStringBuilder. |
| DefaultHandler | public | Provides the interface for a method that processes message records. |
| Destroy | public | |
| Dispatch | public | Calls message-handling methods for the object, based on the contents of the Message parameter. |
| DisposeOf | public | DisposeOf forces the execution of the destructor code in an object. |
| DoubleToInt64Bits | public | Copies bytes from a Double to an Int64. |
| Equals | public | Checks whether the current instance and the Obj parameter are equal. |
| FieldAddress | public | Returns the address of a published object field. |
| Free | public | Destroys an object and frees its associated memory, if necessary. |
| FreeAndNilStringBuilder | public | Frees memory allocated for a TDBXAnsiStringBuilder. |
| FreeAndNilWideStringBuilder | public | Frees the memory allocated for a TDBXWideStringBuilder. |
| FreeInstance | public | Deallocates memory allocated by a previous call to the NewInstance method. |
| GetClassName | public | Returns a string indicating the type of the object instance. |
| GetDisposed | protected | Getter for the Disposed property. |
| GetHashCode | public | Returns an integer containing the hash code. |
| GetInterface | public | Retrieves a specified interface. |
| GetInterfaceEntry | public | Returns the entry for a specific interface implemented in a class. |
| GetInterfaceTable | public | Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| GetNestedException | public | Returns the inner exception of a specific exception. |
| GetPublicKeyToken | public | Returns the dbExpress platform public key token. |
| GetStringBuilderLength | public | Returns the length of a TDBXAnsiStringBuilder. |
| GetWideStringBuilderLength | public | Returns the length of a TDBXWideStringBuilder. |
| InheritsFrom | public | Determines the relationship of two object types. |
| InitInstance | public | Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| InstanceSize | public | Returns the size in bytes of each instance of the object type. |
| Int32BitsToSingle | public | Copies bytes from an Int32 to a Single. |
| Int64BitsToDouble | public | Copies the bytes from an Int64 to the bytes of a Double. |
| IsBoolean | public | Verifies whether a parameter is a valid Boolean string representation. |
| JsonFloat | public | Converts a JSON Double into a string, using the dot character. |
| JsonToFloat | public | Converts a JSON string into a Double. |
| MethodAddress | public | Returns the address of a class method by name. |
| MethodName | public | Returns the name of a class method by address. |
| NewInstance | public | Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| QualifiedClassName | public | Returns the qualified name of the class. |
| ResizeStringBuilder | public | Changes the dimension of a TDBXAnsiStringBuilder. |
| ResizeWideStringBuilder | public | Changes the dimension of a TDBXWideStringBuilder. |
| SafeCallException | public | Handles exceptions in methods declared using the safecall calling convention. |
| SingleToInt32Bits | public | Copies bytes from a Single to an Int32. |
| Sleep | public | Delays program execution for a specified number of milliseconds. |
| StringOf | public | Converts a byte array into a string. |
| ToString | public | Returns a string containing the class name. |
| ToWideString | public | Transforms a TDBXWideStringBuilder to a WideString. |
| TryJsonToFloat | public | Attempts to convert a JSON string into a Double. |
| UnitName | public | Returns the name of the unit where the class is defined. |
| UnitScope | public | Returns the class's unit scope. |
| WideStrToBytes | public | Transforms a WideString into an array of bytes. |
| WriteAsciiBytes | public | Writes a specific message to the console. |