RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXStreamValue.GetStream Method ()

Gets the TStream value for binary data types.

Pascal
function GetStream: TStream; override;
C++
virtual __fastcall TStream GetStream();

GetStream gets the TStream value for binary data types. This method throws a TDBXError exception if TDBXValue.IsNull is true. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!