Difference between revisions of "TStringStream"
(new page) |
(No difference)
|
Latest revision as of 00:39, 13 August 2013
Inheritance
Description
| Expand with: description |
Don't forget to free the instance after using it!
user constructable: YES user destructable: YES
Members
| Member declaration | Access mode | Inherited |
|---|---|---|
| procedure Free | yes | |
| procedure Create | no | |
| function Read(Buffer: String; Count: Longint): Longint | yes (modif.) | |
| function Write(Buffer: String; Count: Longint): Longint | yes (modif.) | |
| function Seek(Offset: Longint; Origin: Word): Longint | yes (modif.) | |
| procedure ReadBuffer(Buffer: String; Count: Longint) | yes | |
| function WriteBuffer(Buffer: String; Count: Longint) | yes | |
| function CopyFrom(Source: TStream; Count: Int64): Longint | yes | |
| function ReadString(Count: Longint): string | no | |
| procedure WriteString(const AString: string) | no | |
| property Position: Int64 | RW | yes |
| property Size: Int64 | RW | yes |
| property DataString: String | R | no |