Data.DBXCommon.TDBXValue Properties
InheritedProtected
| AsBcd | public | TBcd representation of value. |
| AsBoolean | public | Boolean representation of value. |
| AsDate | public | TDBXDate representation of value. |
| AsDateTime | public | AsDateTime is the TDateTime representation of this TDBXValue. |
| AsDBXReader | public | AsDBXReader is the TDBXReader representation of this TDBXValue. |
| 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 | AsInt8 is the ShortInt representation of this TDBXValue. |
| AsSingle | public | Single representation of value. |
| AsStream | public | AsStream is the TStream representation of this TDBXValue. |
| AsString | public | UnicodeString representation of value. |
| AsTime | public | TDBXTime representation of value. |
| AsTimeStamp | public | TSQLTimeStamp representation of value. |
| AsUInt16 | public | Unsigned 16-bit integer representation of the value. |
| AsUInt8 | public | AsUInt8 is the Byte representation of this TDBXValue. |
| AsVariant | public | AsVariant is the OleVariant representation of this TDBXValue. |
| 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. |