Unit 'utf8charencstreams' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_utf8tools]

TUniStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: utf8charencstreams.pas line 28

type TUniStream = class(TMemoryStream)

protected

  procedure CheckFileType;

  

  function GetUTF8Text; virtual;

  

  procedure SetUTF8Text(); virtual;

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  procedure Reset;

  

  property HasBOM: Boolean; [rw]

  

  property UniStreamType: TUniStreamTypes; [rw]

  

  property UTF8Text: AnsiString; [rw]

  

  property ForceType: Boolean; [rw]

  

  property HaveType: Boolean; [rw]

  

  property Offset: Int64; [r]

  

end;

Inheritance

TUniStream

  

|

TObject



CT Web help

CodeTyphon Studio