IBX.IBBlob.TIBBlobStream.BlobType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BlobType: Short read FBlobType;

C++

__property short BlobType = {read=FBlobType, nodefault};

Properties

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

Description

Returns the Blob type.

Use BlobType to return the Blob type; either 0 for segmented, or 1 for stream.