Data.DBXCommon.TDBXInt16Value Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterConstruction public Responds after the last constructor has executed.
BeforeDestruction public Responds before the first destructor executes.
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.
Compare public Compares the TDBXInt16Value with another TDBXInt16Value given by a parameter.
Create public
CreateValue public Creates values for both the TDBXReader and TDBXParameterList classes.
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.
Equals public Checks whether the current instance and the Obj parameter are equal.
EqualsValue public Tests if values are equal.
FieldAddress public Returns the address of a published object field.
Free public Destroys an object and frees its associated memory, if necessary.
FreeInstance public Deallocates memory allocated by a previous call to the NewInstance method.
GetAnsiString public Gets the string value for ANSI strings.
GetAsBcd public
GetAsBoolean public
GetAsCurrency protected Applies a conversion to Currency, if needed.
GetAsDate protected Get TDBXDate representation of value.
GetAsDateTime protected Applies a conversion to TDateTime, if needed.
GetAsDBXReader protected Applies a conversion to TDBXReader, if needed.
GetAsDouble public
GetAsInt16 public
GetAsInt32 public
GetAsInt64 public
GetAsInt8 public
GetAsSingle public
GetAsStream protected Applies a conversion to TStream, if needed.
GetAsString public
GetAsTime protected Get TDBXTime representation of value.
GetAsTimeStamp protected Protected getter implementation for the AsTimeStamp property.
GetAsTimeStampOffset protected Obtains a TSQLTimeStampOffset representation of the value.
GetAsUInt16 public Gets the Word representation of the value.
GetAsUInt8 public
GetAsVariant protected Applies a conversion to OleVariant, if needed.
GetBcd public Gets the BCD value for binary-compressed decimal data types.
GetBoolean public Gets the boolean value for boolean data types.
GetBytes public Gets the byte array value for byte array and blob types.
GetCallbackValue public Getter method for the callback value.
GetDate public Gets the date value for date data types.
GetDBXConnection public Get TDBXConnection for TDBXValues with TDBXDataTypes.DBXConnectionType data type.
GetDbxContext protected Get context information for a connection associated with value.
GetDBXReader public Gets the TObject value for TDBXValues with a TDBXDataTypes type of TDBXDataTypes.DBXTable.
GetDisposed protected Getter for the Disposed property.
GetDouble public Gets the double floating point value for double data types.
GetHashCode public Returns an integer containing the hash code.
GetInt16 public Gets the smallInt value for 16-bit integer data types.
GetInt32 public Gets the 32-bit integer value for 32-bit integer data types.
GetInt64 public Gets the 64-bit integer value for 64-bit integer data types.
GetInt8 public Gets the ShortInt value of this TDBXValue.
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.
GetJSONStream public
GetJSONValue public Returns the JSON value from the row buffer.
GetNonDelegate protected
GetObjectValue public Returns the object's value from the row buffer.
GetSingle public Gets Single value for TDBXValues with data type of TDBXDataTypes.SingleType.
GetStream public Gets the TStream value for binary data types.
GetString public Gets the string value of this TDBXValue.
GetTime public Gets the time value for time data types.
GetTimeStamp public Gets the timestamp value for timestamp data types.
GetUInt16 public Gets the Word value for an unsigned 16-bit integer value type.
GetUInt8 public Gets the Byte value of this TDBXValue.
GetValueSize public Gets the size in bytes for values.
GetWideString public Gets UnicodeString for TDBXValues with data type of TDBXDataTypes.UnicodeString.
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.
IsNull public Returns true if the value is null.
MarkAsPending public Marks a TDBXWritableValue as pending.
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.
SafeCallException public Handles exceptions in methods declared using the safecall calling convention.
SetAnsiString public Sets the string value for ANSI strings.
SetAsBcd public
SetAsBoolean public
SetAsCurrency protected Setter of AsCurrency.
SetAsCurrencyValue protected
SetAsDate protected Set value as TDBXDate representation.
SetAsDateTime protected Protected setter implementation for the AsTimeStamp property.
SetAsDBXReader protected Setter of AsDBXReader.
SetAsDouble public
SetAsInt16 public
SetAsInt32 public
SetAsInt64 public
SetAsInt8 public
SetAsSingle public
SetAsStream protected Setter of AsStream.
SetAsString public
SetAsTime protected Set value as TDBXTime representation.
SetAsTimeStamp protected Set value as TSQLTimeStamp representation.
SetAsUInt16 public
SetAsUInt8 public
SetAsVariant protected Setter of AsVariant.
SetBcd public Sets the BCD value for binary-compressed decimal data types.
SetBoolean public Sets the boolean value for boolean data types..
SetCallbackValue public Setter method for the callback value.
SetDate public Sets the date value for date data types..
SetDBXConnection public Set TDBXConnection Value for TDBXValue with type TDBXDataTypes.DBXConnectionType.
SetDBXReader public Set TDBXReader value for TDBXValue with a TDBXDataTypes of TDBXDataTypes.DBXTableType.
SetDouble public Sets the double floating point value for double data types.
SetDynamicBytes public Sets the dynamic array value for byte array and blob types.
SetInt16 public Sets the the smallInt value for 16-bit integer data types.
SetInt32 public Sets the 32-bit integer value for 32-bit integer data types.
SetInt64 public Sets the 64-bit integer value for 64-bit integer data types.
SetInt8 public Sets the ShortInt value for TDBXWritableValues with a DataType of Int8Type.
SetJSONStream public
SetJSONValue public Sets the JSON value of this TDBXWritableValue, and updates the row data.
SetNull public Sets a writable value of any type to null.
SetObjectValue public Sets the value of this TDBXWritableValue to Value, which is a serializable object.
SetPendingValue protected
SetSingle public Single value for TDBXValue with type TDBXDataTypes.DoubleType.
SetStaticBytes public Sets the open array value for byte array and blob types
SetStream public Set TStream Value for TDBXValues with a TDBXDataType of TDBXDataTypes.DBXTableType.
SetString public Set String value for TDBXValue of type of TDBXDataTypes.UnicodeString.
SetTime public Sets the time value for time data types.
SetTimeStamp public Sets the timestamp value for timestamp data types.
SetUInt16 public Sets the Word value for an unsigned 16-bit integer value type.
SetUInt8 public Sets the Byte value for TDBXWritableValues with a DataType of UInt8Type.
SetValue public
SetWideString public Set UnicodeString value for UnicodeString data type.
ToString public Returns a string containing the class name.
UnitName public Returns the name of the unit where the class is defined.
UnitScope public Returns the class's unit scope.


Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Data.DBXCommon.TDBXInt16Value_Methods&oldid=265875"