Unit 'TextParsingUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_chelper]

TTextBuffer

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

Declaration

Source position: textparsingutils.pas line 78

type TTextBuffer = class(TObject)

protected

  function GetCount;

  

public

  buffer: string;

  

  constructor Create();

  

  procedure InsertSubBuffer();

  

  property SubBuffer []: TSubBuffer; [r]

  

  property Count: Integer; [r]

  

end;

Inheritance

TTextBuffer

  

|

TObject



CT Web help

CodeTyphon Studio