DBXCommon.TDBXWideMemoValue Members
Contents |
Delphi Information
| property AsCurrency public | |
| method SetValue public |
Assigns contents of TDBXValue to this TDBXWritableValue. |
| method SetCallbackValue public | |
| method SetObjectValue public | |
| method SetJSONValue public | |
| method SetDBXConnection public |
Set TDBXConnection Value for TDBXValue with type TDBXDataTypes.DBXConnectionType. |
| method SetStream public |
Set TStream Value for TDBXValues with a TDBXDataType of TDBXDataTypes.DBXTableType. |
| method SetDBXReader public |
Set TDBXReader value for TDBXValue with a TDBXDataTypes of TDBXDataTypes.DBXTableType. |
| method SetDynamicBytes public |
Sets the dynamic array value for byte array and blob types. |
| method SetStaticBytes public |
Sets the open array value for byte array and blob types |
| method SetDouble public |
Sets the double floating point value for double data types. |
| method SetSingle public |
Single value for TDBXValue with type TDBXDataTypes.DoubleType. |
| method SetInt64 public |
Sets the 64-byte integer value for 64-byte integer data types. |
| method SetInt32 public |
Sets the 32-byte integer value for 32-byte integer data types. |
| method SetInt16 public |
Sets the the smallInt value for 16-byte integer data types. |
| method SetInt8 public | |
| method SetUInt8 public | |
| method SetString public |
Set String value for TDBXValue of type of TDBXDataTypes.UnicodeString. |
| method SetWideString public |
Set UnicodeString value for UnicodeString data type. |
| method SetTime public |
Sets the time value for time data types. |
| method SetDate public |
Sets the date value for date data types.. |
| method SetBoolean public |
Sets the boolean value for boolean data types.. |
| method SetAnsiString public |
Sets the string value for ANSI strings. |
| method SetBcd public |
Sets the BCD value for binary-compressed decimal data types. |
| method SetTimeStampOffset public | |
| method SetTimeStamp public |
Sets the timestamp value for timestamp data types. |
| method SetNull public |
Sets a writable value of any type to null. |
| method SetAsDBXReader protected | |
| method SetAsStream protected | |
| method SetAsVariant protected | |
| method SetAsCurrencyValue protected | |
| method SetAsCurrency protected | |
| method SetAsDateTime protected | |
| method SetAsTimeStamp protected |
Set value as TSQLTimeStamp representation. |
| method SetAsTime protected |
Set value as TDBXTime representation. |
| method SetAsDate protected |
Set value as TDBXDate representation. |
| method SetAsBcd protected |
Set value as TBcd representation. |
| method SetAsDouble protected |
Set value as double representation. |
| method SetAsSingle protected |
Set value as single representation. |
| method SetAsString protected |
Set value as UnicodeString representation. |
| method SetAsInt64 protected |
Set value as Int64 representation. |
| method SetAsInt32 protected |
Set value as integer representation. |
| method SetAsInt16 protected |
Set value as smallInt representation. |
| method SetAsInt8 protected | |
| method SetAsUInt8 protected | |
| method SetAsBoolean protected |
Set value as boolean representation. |
| method SetPendingValue protected |
| property AsDBXReader public | |
| property AsStream public | |
| property AsVariant public | |
| property AsDateTime public | |
| property AsTimeStamp public |
TSQLTimeStamp representation of value. |
| property AsTime public |
TDBXTime representation of value. |
| property AsDate public |
TDBXDate representation of value. |
| property AsBcd public |
TBcd representation of value. |
| property AsDouble public |
Double representation of value. |
| property AsSingle public |
Single representation of value. |
| property AsInt64 public |
Int64 representation of value. |
| property AsInt32 public |
Integer representation of value. |
| property AsInt16 public |
SmallInt representation of value. |
| property AsInt8 public | |
| property AsUInt8 public | |
| property AsBoolean public |
Boolean representation of value. |
| property AsString public |
UnicodeString representation of value. |
| property ValueType public |
Gets the value type for this value. |
| method EqualsValue public |
Tests if values are equal. |
| method GetObjectValue public | |
| method GetCallbackValue public | |
| method GetJSONValue public | |
| method GetStream public |
Gets the TStream value for binary data types. |
| method GetDBXConnection public |
Get TDBXConnection for TDBXValues with TDBXDataTypes.DBXConnectionType data type. |
| method GetDBXReader public |
Gets the TObject value for TDBXValues with a TDBXDataTypes type of TDBXDataTypes.DBXTable. |
| method GetBcd public |
Gets the BCD value for binary-compressed decimal data types. |
| method GetTimeStampOffset public | |
| method GetTimeStamp public |
Gets the timestamp value for timestamp data types. |
| method GetBytes public |
Gets the byte array value for byte array and blob types. |
| method GetDouble public |
Gets the double floating point value for double data types. |
| method GetSingle public |
Gets Single value for TDBXValues with data type of TDBXDataTypes.SingleType. |
| method GetInt64 public |
Gets the 64-byte integer value for 64-byte integer data types. |
| method GetInt32 public |
Gets the 32-byte integer value for 32-byte integer data types. |
| method GetInt16 public |
Gets the smallInt value for 16-byte integer data types. |
| method GetInt8 public | |
| method GetUInt8 public | |
| method GetString public | |
| method GetWideString public |
Gets UnicodeString for TDBXValues with data type of TDBXDataTypes.UnicodeString. |
| method GetTime public |
Gets the time value for time data types. |
| method GetBoolean public |
Gets the boolean value for boolean data types. |
| method GetDate public |
Gets the date value for date data types. |
| method GetAnsiString public |
Gets the string value for ANSI strings. |
| method GetValueSize public |
Gets the size in bytes for values. |
| method IsNull public |
Returns true if the value is null. |
| method CreateValue public |
Creates values for both the TDBXReader and TDBXParameterList classes. |
| method GetAsDBXReader protected | |
| method GetAsStream protected | |
| method GetAsVariant protected | |
| method GetAsCurrency protected | |
| method GetAsDateTime protected | |
| method GetAsTimeStamp protected |
Get TSQLTimeStamp representation of value. |
| method GetAsTime protected |
Get TDBXTime representation of value. |
| method GetAsDate protected |
Get TDBXDate representation of value. |
| method GetAsBcd protected |
Get TBcd representation of value. |
| method GetAsDouble protected |
Get double representation of value. |
| method GetAsSingle protected |
Get single representation of value. |
| method GetAsString protected |
Get UnicodeString representation of value. |
| method GetAsInt64 protected |
Get Int64 representation of value. |
| method GetAsInt32 protected |
Get integer representation of value. |
| method GetAsInt16 protected |
Get smallInt representation of value. |
| method GetAsInt8 protected | |
| method GetAsUInt8 protected | |
| method GetAsBoolean protected |
Get boolean representation of value. |
| method GetNonDelegate protected | |
| property DbxContext protected | |
| method GetDbxContext protected |
Get context information for a connection associated with value. |
| method Destroy public |
Disposes of an object instance. |
| method FreeInstance public |
Deallocates memory allocated by a previous call to the NewInstance method. |
| method NewInstance public |
Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| method DefaultHandler public |
Provides the interface for a method that processes message records. |
| method Dispatch public |
Calls message-handling methods for the object, based on the contents of the Message parameter. |
| method BeforeDestruction public |
Responds before the first destructor executes. |
| method AfterConstruction public |
Responds after the last constructor has executed. |
| method SafeCallException public |
Handles exceptions in methods declared using the safecall calling convention. |
| method ToString public |
Returns a string containing the class name. |
| method GetHashCode public |
Returns an integer containing the hash code. |
| method Equals public |
Checks whether the current instance and the parameter are equal. |
| method UnitName public |
Returns a string containing the unit name. |
| method GetInterfaceTable public |
Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| method GetInterfaceEntry public |
Returns the entry for a specific interface implemented in a class. |
| method GetInterface public |
Retrieves a specified interface. |
| method FieldAddress public |
Returns the address of a published object field. |
| method MethodName public |
Returns the name of a class method by address. |
| method MethodAddress public |
Returns the address of a class method by name. |
| method InheritsFrom public |
Determines the relationship of two object types. |
| method InstanceSize public |
Returns the size in bytes of each instance of the object type. |
| method ClassInfo public |
Returns a pointer to the runtime type information (RTTI) table for the object type. |
| method ClassParent public |
Returns the type of the immediate ancestor of a class. |
| method ClassNameIs public |
Determines whether an object is of a specific type. |
| method ClassName public |
Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| method ClassType public |
Returns the class reference for the object's class. |
| method CleanupInstance public |
Performs finalization on long strings, variants, and interface variables within a class. |
| method InitInstance public |
Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| method Free public |
Destroys an object and frees its associated memory, if necessary. |
| method Create public |
Constructs an object and initializes its data before the object is first used. |
Unit: DBXCommon
Member Of: TDBXWideMemoValue
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!