help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Classes] Reference for unit 'bufstream' (#fcl)

TBufStream.Capacity

Current buffer capacity

Declaration

Source position: bufstream.pp line 49

public property TBufStream.Capacity: Integer
  read FCapacity
  write SetCapacity;

Description

Capacity is the amount of memory the buffer occupies. To change the buffer size, the capacity can be set. Note that the capacity cannot be set to a value that is less than the current buffer size, i.e. the current amount of data in the buffer.

See also

TBufStream.Create

  

Create a new TBufStream instance.

TBufStream.Buffer

  

The current buffer

TBufStream.BufferSize

  

Amount of data in the buffer

TBufStream.BufferPos

  

Current buffer position.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505