[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msestream.pas line 266
type ttextstream = class(tcustombufstream) |
public |
constructor create(); override; |
class function trycreate(); |
procedure return; |
procedure writestr(); |
procedure writestrln(); |
function readstrln(); virtual; overload; |
procedure writetotext(); |
procedure write(); |
procedure writeln(); |
function readln(); |
procedure writestrings(); |
procedure writemsestrings(); |
function readstrings; |
function readmsestrings; |
function readmsedatastring; |
function readstring(); |
function readinteger(); |
function readboolean(); |
function readreal(); |
function findnext(); |
function linecount; |
procedure resetsearch; |
function searchnext; |
property nativesearchtext: string; [rw] |
property msesearchtext: msestring; [rw] |
property searchoptions: searchoptionsty; [rw] |
property searchpos: LongWord; [rw] |
property searchfoundpos: LongWord; [r] |
property searchlinestartpos: LongWord; [rw] |
property searchlinenumber: LongWord; [rw] |
property searchabortpo: pboolean; [rw] |
property notopen: Boolean; [r] |
property encoding: charencodingty; [rw] |
function foundeolstyle; |
property eolstyle: eolstylety; [rw] |
end; |
| |
| |
| |
thandlestream |
? |
TObject |