Data.DBXCommon.TDBXLookAheadStreamReader.InstanceOwner
Delphi
property InstanceOwner: Boolean read FInstanceOwner write FInstanceOwner;
C++
__property bool InstanceOwner = {read=FInstanceOwner, write=FInstanceOwner, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXLookAheadStreamReader |
Description
Not for general use.
InstanceOwner is used internally by driver implementations and TDBXStreamValue. If InstanceOwner is true, then the stream referenced is freed when TDBXLookAheadStreamReader is destroyed.