IBX.IBBlob.TIBBlobStream.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.IBBlob.pas
IBX.IBBlob.hpp
IBX.IBBlob TIBBlobStream

Description

Set the new total size of the Blob.

Call SetSize to set the new total size of the Blob.