Data.DBXCommon.TDBXDoubleValue Properties
InheritedProtected
AsBcd | public | TBcd representation of value. |
AsBoolean | public | Boolean representation of value. |
AsCurrency | public | AsCurrency is the Currency representation of this TDBXWritableValue value. |
AsDate | public | TDBXDate representation of value. |
AsDateTime | public | TDateTime representation of this TDBXWritableValue. |
AsDBXReader | public | TDBXReader representation of this TDBXWritableValue. |
AsDouble | public | Double representation of value. |
AsInt16 | public | SmallInt representation of value. |
AsInt32 | public | Integer representation of value. |
AsInt64 | public | Int64 representation of value. |
AsInt8 | public | ShortInt representation of this TDBXWritableValue. |
AsSingle | public | Single representation of value. |
AsStream | public | TStream representation of this TDBXWritableValue. |
AsString | public | UnicodeString representation of value. |
AsTime | public | TDBXTime representation of value. |
AsTimeStamp | public | TSQLTimeStamp representation of value. |
AsTimeStampOffset | public | Returns the TSQLTimeStampOffset representation of the value. |
AsUInt16 | public | Word representation of value. |
AsUInt8 | public | Byte representation of this TDBXWritableValue. |
AsVariant | public | OleVariant representation of this TDBXWritableValue. |
DbxContext | protected | |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
ValueType | public | Gets the value type for this value. |