Data.DBXClient.TDBXClientCommand.SetMaxBlobSize
[–] 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.