Data.DBXClient.TDBXClientCommand.SetMaxBlobSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMaxBlobSize(const MaxBlobSize: Int64); override;

C++

virtual void __fastcall SetMaxBlobSize(const __int64 MaxBlobSize);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand

Description

Ignores the blob size.

For DataSnap connections, TDBXCommand ignores the blob size, so the SetMaxBlobSize method is blank.


See Also