IBX.IBCustomDataSet.TIBDSBlobStream.SetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSize(NewSize: Longint); override;

C++

virtual void __fastcall SetSize(int NewSize)/* overload */;
inline void __fastcall  SetSize(const __int64 NewSize){ System::Classes::TStream::SetSize(NewSize); }

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDSBlobStream

Description

Set the size of the Blob to the requested size.

Call SetSize to set the size of the Blob to the requested size.