Data.DBXPlatform.TDBXPlatform Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterConstructionpublicResponds after the last constructor has executed.
AnsiStrToBytespublicTransforms an AnsiString into an array of bytes.
BeforeDestructionpublicResponds before the first destructor executes.
BytesToAnsiStrpublicTransforms an array of bytes into an AnsiString.
BytesToWideStrpublicTransforms an array of bytes into a WideString.
CheckDisposedprotected
ClassInfopublicReturns a pointer to the run-time type information (RTTI) table for the object type.
ClassNamepublicReturns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
ClassNameIspublicDetermines whether an object is of a specific type.
ClassParentpublicReturns the type of the immediate ancestor of a class.
ClassTypepublicReturns the class reference for the object's class.
CleanupInstancepublicPerforms finalization on long strings, variants, and interface variables within a class.
CopyBcdpublicCopies bytes from a BCD value to a TBytes value.
CopyByteArraypublicCopies elements of an array of TBytes.
CopyBytesToAnsiCharspublicCopies elements of an array of TBytes to an array of TDBXAnsiChars.
CopyBytesToWideCharspublicCopies elements of an array of TBytes to an array of TDBXWideChars.
CopyCharArraypublicCopies elements of an array of TDBXWideChars.
CopyInt16publicCopies bytes from a Smallint to a TBytes value.
CopyInt32publicCopies an Integer to a TBytes value.
CopyInt32ArraypublicCopies elements of an array of TDBXInt32s.
CopyInt64publicCopies bytes from an Int64 to a TBytes value.
CopyInt8publicCopies bytes from a Shortint to a TBytes value.
CopySqlTimeStamppublicCopies bytes from an SQL time stamp value to a TBytes value.
CopySqlTimeStampOffsetpublicCopies bytes from an SQL time stamp offset value to a TBytes value.
CopyStringBuilderpublicCopies a TDBXAnsiStringBuilder to another.
CopyStringToBuilderpublicCopies an AnsiString to a TDBXAnsiStringBuilder.
CopyUInt16publicCopies bytes from a Word value to a TBytes value.
CopyUInt8publicCopies bytes from a Byte value to a TBytes value.
CopyWideStringBuilderpublicCopies a TDBXWideStringBuilder to UnicodeString.
CopyWideStringToBuilderpublicCopies a UnicodeString to a TDBXWideStringBuilder.
Createpublic
CreateAnsiStringpublicReturns an AnsiString constructed from the given parameter.
CreateStringBuilderpublicCreates a new TDBXAnsiStringBuilder.
CreateWideStringpublicReturns a UnicodeString constructed from the given parameter.
CreateWideStringBuilderpublicCreates a new TDBXWideStringBuilder.
DefaultHandlerpublicProvides the interface for a method that processes message records.
Destroypublic
DispatchpublicCalls message-handling methods for the object, based on the contents of the Message parameter.
DisposeOfpublicDisposeOf forces the execution of the destructor code in an object.
DoubleToInt64BitspublicCopies bytes from a Double to an Int64.
EqualspublicChecks whether the current instance and the Obj parameter are equal.
FieldAddresspublicReturns the address of a published object field.
FreepublicDestroys an object and frees its associated memory, if necessary.
FreeAndNilStringBuilderpublicFrees memory allocated for a TDBXAnsiStringBuilder.
FreeAndNilWideStringBuilderpublicFrees the memory allocated for a TDBXWideStringBuilder.
FreeInstancepublicDeallocates memory allocated by a previous call to the NewInstance method.
GetClassNamepublicReturns a string indicating the type of the object instance.
GetDisposedprotectedGetter for the Disposed property.
GetHashCodepublicReturns an integer containing the hash code.
GetInterfacepublicRetrieves a specified interface.
GetInterfaceEntrypublicReturns the entry for a specific interface implemented in a class.
GetInterfaceTablepublicReturns a pointer to a structure containing all of the interfaces implemented by a given class.
GetNestedExceptionpublicReturns the inner exception of a specific exception.
GetPublicKeyTokenpublicReturns the dbExpress platform public key token.
GetStringBuilderLengthpublicReturns the length of a TDBXAnsiStringBuilder.
GetWideStringBuilderLengthpublicReturns the length of a TDBXWideStringBuilder.
InheritsFrompublicDetermines the relationship of two object types.
InitInstancepublicInitializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.
InstanceSizepublicReturns the size in bytes of each instance of the object type.
Int32BitsToSinglepublicCopies bytes from an Int32 to a Single.
Int64BitsToDoublepublicCopies the bytes from an Int64 to the bytes of a Double.
IsBooleanpublicVerifies whether a parameter is a valid Boolean string representation.
JsonFloatpublicConverts a JSON Double into a string, using the dot character.
JsonToFloatpublicConverts a JSON string into a Double.
MethodAddresspublicReturns the address of a class method by name.
MethodNamepublicReturns the name of a class method by address.
NewInstancepublicAllocates memory for an instance of an object type and returns a pointer to that new instance.
QualifiedClassNamepublicReturns the qualified name of the class.
ResizeStringBuilderpublicChanges the dimension of a TDBXAnsiStringBuilder.
ResizeWideStringBuilderpublicChanges the dimension of a TDBXWideStringBuilder.
SafeCallExceptionpublicHandles exceptions in methods declared using the safecall calling convention.
SingleToInt32BitspublicCopies bytes from a Single to an Int32.
SleeppublicDelays program execution for a specified number of milliseconds.
StringOfpublicConverts a byte array into a string.
ToStringpublicReturns a string containing the class name.
ToWideStringpublicTransforms a TDBXWideStringBuilder to a WideString.
TryJsonToFloatpublicAttempts to convert a JSON string into a Double.
UnitNamepublicReturns the name of the unit where the class is defined.
UnitScopepublicReturns the class's unit scope.
WideStrToBytespublicTransforms a WideString into an array of bytes.
WriteAsciiBytespublicWrites a specific message to the console.