Data.DBXDelegate.TDBXDelegateCommand.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.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateCommand

Description

Setter of MaxBlobSize.

Data.DBXDelegate.TDBXDelegateCommand.SetMaxBlobSize inherits from Data.DBXCommon.TDBXCommand.SetMaxBlobSize. All content below this line refers to Data.DBXCommon.TDBXCommand.SetMaxBlobSize.

Setter of MaxBlobSize.

See Also