Osztály TStream
Egység
Deklaráció
type TStream = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TStream
Áttekintés
Metódusok
![]() |
function Read(Buffer: string; Count: LongInt): LongInt; |
![]() |
function Write(Buffer: string; Count: LongInt): LongInt; |
![]() |
function Seek(Offset: LongInt; Origin: Word): LongInt; |
![]() |
procedure ReadBuffer(Buffer: string; Count: LongInt); |
![]() |
procedure WriteBuffer(Buffer: string; Count: LongInt); |
![]() |
function CopyFrom(Source: TStream; Count: Int64): Int64; |
Tulajdonságok
![]() |
property Position: LongInt; |
![]() |
property Size: LongInt; |
Megjegyzés
Metódusok
![]() |
function Read(Buffer: string; Count: LongInt): LongInt; |
|
This item has no description. | |
![]() |
function Write(Buffer: string; Count: LongInt): LongInt; |
|
This item has no description. | |
![]() |
function Seek(Offset: LongInt; Origin: Word): LongInt; |
|
This item has no description. | |
![]() |
procedure ReadBuffer(Buffer: string; Count: LongInt); |
|
This item has no description. | |
![]() |
procedure WriteBuffer(Buffer: string; Count: LongInt); |
|
This item has no description. | |
![]() |
function CopyFrom(Source: TStream; Count: Int64): Int64; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Position: LongInt; |
|
This item has no description. | |
![]() |
property Size: LongInt; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
