Class TStringVector

Unit

Declaration

type TStringVector = class(TStringList)

Description

This item has no description.

Source: source/component/PasDoc_StringVector.pas (line 42).

Hierarchy

Overview

Methods

Public function FirstName: string;
Public procedure LoadFromTextFileAdd(const AFilename: string); overload;
Public procedure LoadFromTextFileAdd(var ATextFile: TextFile); overload;
Public procedure RemoveAllNamesCI(const AName: string);
Public function ExistsNameCI(const AName: string): boolean;
Public function IsEmpty: boolean;
Public function AddNotExisting(const AString: string): Integer;
Public procedure LoadFromBinaryStream(Stream: TStream);
Public procedure SaveToBinaryStream(Stream: TStream);

Description

Methods

Public function FirstName: string;

This is the same thing as Items[0]

Source: source/component/PasDoc_StringVector.pas (line 45).

Public procedure LoadFromTextFileAdd(const AFilename: string); overload;

This item has no description.

Source: source/component/PasDoc_StringVector.pas (line 47).

Public procedure LoadFromTextFileAdd(var ATextFile: TextFile); overload;

This item has no description.

Source: source/component/PasDoc_StringVector.pas (line 48).

Public procedure RemoveAllNamesCI(const AName: string);

This item has no description.

Source: source/component/PasDoc_StringVector.pas (line 49).

Public function ExistsNameCI(const AName: string): boolean;

This item has no description.

Source: source/component/PasDoc_StringVector.pas (line 50).

Public function IsEmpty: boolean;

This item has no description.

Source: source/component/PasDoc_StringVector.pas (line 51).

Public function AddNotExisting(const AString: string): Integer;

This item has no description.

Source: source/component/PasDoc_StringVector.pas (line 52).

Public procedure LoadFromBinaryStream(Stream: TStream);

Load from a stream using the binary format.

The binary format is

Note that you should never use our Text value to load/save this object from/into a stream, like Text := TSerializable.LoadStringFromStream(Stream). Using and assigning to the Text value breaks when some strings have newlines inside that should be preserved.

Source: source/component/PasDoc_StringVector.pas (line 68).

Public procedure SaveToBinaryStream(Stream: TStream);

Save to a stream, in a format readable by LoadFromBinaryStream.

Source: source/component/PasDoc_StringVector.pas (line 72).


Generated by PasDoc 0.17.0.snapshot.