Data.DBXClient.TDBXClientCommand.SetMaxBlobSize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetMaxBlobSize(const MaxBlobSize: Int64); override;

C++

virtual void __fastcall SetMaxBlobSize(const __int64 MaxBlobSize);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand

Beschreibung

Ignoriert die Blob-Größe.

Die Blob-Größe wird bei DataSnap-Verbindungen von TDBXCommand ignoriert, daher ist die Methode SetMaxBlobSize leer.


Siehe auch