pascalSCADA OPM: hmitextstrings

Pascal SCADA OPM

Unit hmitextstrings

Uses
Functions and Procedures
Types
Variables

Description

/*************************************************************************** textstrings.pas ————— Component Library Code

***************************************************************************/

***************************************************************************** * * * This file is part of the Lazarus Component Library (LCL) * * * * See the file COPYING.modifiedLGPL.txt, included in this distribution, * * for details about the copyright. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * * *****************************************************************************

TTextStrings is a TStrings descendent that is optimized for handling the complete text as whole (instead of as line by line as in TStringList).

Overview

Classes, Interfaces, Objects and Records

Name Description
Record TTextLineRange  
Class TTextStrings  

Constants

rsListIndexExceedsBounds = 'List index exceeds bounds (%d)';
LineEnding = #13#10;

Description

Constants

rsListIndexExceedsBounds = 'List index exceeds bounds (%d)';
 
LineEnding = #13#10;
 

Generated by PasDoc 0.14.0.