IBX.IBBlob.TIBBlobStream.Mode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Mode: TBlobStreamMode read FMode write SetMode;

C++

__property Data::Db::TBlobStreamMode Mode = {read=FMode, write=SetMode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBBlob.pas
IBX.IBBlob.hpp
IBX.IBBlob TIBBlobStream

Description

Sets or returns the Blob stream mode type.

Use Mode to set or read the Blob stream mode type. The Mode specifies whether the stream is used for reading BLOB values, writing BLOB values, or both.