Gets the TStream value for binary data types.
function GetStream(AInstanceOwner: Boolean): TStream; virtual; overload; function GetStream: TStream; virtual; overload;
virtual __fastcall TStream GetStream(Boolean AInstanceOwner); virtual __fastcall TStream GetStream();
GetStream gets the TStream value for binary data types. This method throws a TDBXError exception if TDBXValue.IsNull is true.
TDBXDataTypes
TDBXError
TDBXValue
TStream
IsNull