Osztály TFileStream
Egység
Deklaráció
type TFileStream = class(THandleStream)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TStream
- THandleStream
- TFileStream
Áttekintés
Metódusok
![]() |
function Create(FileName: string; Mode: Word): TFileStream; |
![]() |
function ReadData(ASelf: TFileStream; ABuffer: Int64; ACount: LongInt): LongInt; |
![]() |
function ReadAnsiString(ASelf: TFileStream; var ABuffer: AnsiString; ACount: LongInt): LongInt; |
![]() |
function ReadBoolean(ASelf: TFileStream; var ABuffer: Boolean; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadChar(ASelf: TFileStream; var ABuffer: Char; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadWideChar(ASelf: TFileStream; var ABuffer: WideChar; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadU8(ASelf: TFileStream; var ABuffer: Byte; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadI8(ASelf: TFileStream; var ABuffer: ShortInt; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadU16(ASelf: TFileStream; var ABuffer: Word; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadI16(ASelf: TFileStream; var ABuffer: SmallInt; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadU32(ASelf: TFileStream; var ABuffer: LongWord; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadI32(ASelf: TFileStream; var ABuffer: LongInt; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadI64(ASelf: TFileStream; var ABuffer: Int64; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadSingle(ASelf: TFileStream; var ABuffer: Single; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadDouble(ASelf: TFileStream; var ABuffer: Double; const ACount: LongInt = 0): LongInt; |
![]() |
function ReadExtended(ASelf: TFileStream; var ABuffer: Extended; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteData(ASelf: TFileStream; ABuffer: Int64; ACount: LongInt): LongInt; |
![]() |
function WriteAnsiString(ASelf: TFileStream; ABuffer: AnsiString; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteBoolean(ASelf: TFileStream; ABuffer: Boolean; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteChar(ASelf: TFileStream; ABuffer: Char; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteWideChar(ASelf: TFileStream; ABuffer: WideChar; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteU8(ASelf: TFileStream; ABuffer: Byte; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteI8(ASelf: TFileStream; ABuffer: ShortInt; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteU16(ASelf: TFileStream; ABuffer: Word; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteI16(ASelf: TFileStream; ABuffer: SmallInt; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteU32(ASelf: TFileStream; ABuffer: LongWord; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteI32(ASelf: TFileStream; ABuffer: LongInt; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteI64(ASelf: TFileStream; ABuffer: Int64; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteSingle(ASelf: TFileStream; ABuffer: Single; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteDouble(ASelf: TFileStream; ABuffer: Double; const ACount: LongInt = 0): LongInt; |
![]() |
function WriteExtended(ASelf: TFileStream; ABuffer: Extended; const ACount: LongInt = 0): LongInt; |
Megjegyzés
Metódusok
![]() |
function Create(FileName: string; Mode: Word): TFileStream; |
|
This item has no description. | |
![]() |
function ReadData(ASelf: TFileStream; ABuffer: Int64; ACount: LongInt): LongInt; |
|
This item has no description. | |
![]() |
function ReadAnsiString(ASelf: TFileStream; var ABuffer: AnsiString; ACount: LongInt): LongInt; |
|
This item has no description. | |
![]() |
function ReadBoolean(ASelf: TFileStream; var ABuffer: Boolean; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadChar(ASelf: TFileStream; var ABuffer: Char; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadWideChar(ASelf: TFileStream; var ABuffer: WideChar; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadU8(ASelf: TFileStream; var ABuffer: Byte; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadI8(ASelf: TFileStream; var ABuffer: ShortInt; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadU16(ASelf: TFileStream; var ABuffer: Word; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadI16(ASelf: TFileStream; var ABuffer: SmallInt; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadU32(ASelf: TFileStream; var ABuffer: LongWord; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadI32(ASelf: TFileStream; var ABuffer: LongInt; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadI64(ASelf: TFileStream; var ABuffer: Int64; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadSingle(ASelf: TFileStream; var ABuffer: Single; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadDouble(ASelf: TFileStream; var ABuffer: Double; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function ReadExtended(ASelf: TFileStream; var ABuffer: Extended; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteData(ASelf: TFileStream; ABuffer: Int64; ACount: LongInt): LongInt; |
|
This item has no description. | |
![]() |
function WriteAnsiString(ASelf: TFileStream; ABuffer: AnsiString; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteBoolean(ASelf: TFileStream; ABuffer: Boolean; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteChar(ASelf: TFileStream; ABuffer: Char; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteWideChar(ASelf: TFileStream; ABuffer: WideChar; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteU8(ASelf: TFileStream; ABuffer: Byte; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteI8(ASelf: TFileStream; ABuffer: ShortInt; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteU16(ASelf: TFileStream; ABuffer: Word; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteI16(ASelf: TFileStream; ABuffer: SmallInt; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteU32(ASelf: TFileStream; ABuffer: LongWord; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteI32(ASelf: TFileStream; ABuffer: LongInt; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteI64(ASelf: TFileStream; ABuffer: Int64; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteSingle(ASelf: TFileStream; ABuffer: Single; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteDouble(ASelf: TFileStream; ABuffer: Double; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
![]() |
function WriteExtended(ASelf: TFileStream; ABuffer: Extended; const ACount: LongInt = 0): LongInt; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
