RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXStreamValue.SetStream Method

Set TStream Value for TDBXValues with a TDBXDataType of TDBXDataTypes.DBXTableType.

Pascal
procedure SetStream(const Stream: TStream; const AInstanceOwner: Boolean); override;
C++
virtual __fastcall SetStream(const TStream Stream, const Boolean AInstanceOwner);

SetStream sets a TStream Value for a TDBXValue with a TDBXDataType of TDBXDataTypes.DBXTableType

AInstanceOwner defaults to true if this parameter is not specified. If AInstanceOwner is true, this instance of TDBXWritableValue takes care of freeing the TStream instance when it is no longer needed. 

 

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