Data.DBXCommon.TDBXCommand.MaxBlobSize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property MaxBlobSize: Int64 write SetMaxBlobSize;

C++

__property __int64 MaxBlobSize = {write=SetMaxBlobSize};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXCommand

Beschreibung

Maximale Blob-Größe

Diese Eigenschaft enthält die maximale Blob-Größe, die für von ExecuteQuery zurückgegebenen TDBXReader-Instanzen zulässig ist.

Siehe auch