Data.DBXClient.TDBXClientCommand.SetMaxBlobSize

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: TDBXClientCommand

Delphi

procedure SetMaxBlobSize(const MaxBlobSize: Int64); override;

C++

virtual void __fastcall SetMaxBlobSize(const __int64 MaxBlobSize);

Description

Ignores the blob size.

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


See Also