System.WideStrings.TWideStringList

From RAD Studio API Documentation
Jump to: navigation, search

System.WideStrings.TWideStringsSystem.Classes.TPersistentSystem.TObjectTWideStringList

Delphi

TWideStringList = class(TWideStrings)

C++

class PASCALIMPLEMENTATION TWideStringList : public TWideStrings

Properties

Type Visibility Source Unit Parent
class public
System.WideStrings.pas
System.WideStrings.hpp
System.WideStrings System.WideStrings

Description

TWideStringList maintains a list of strings.

Use a string list object to store and manipulate a list of strings. TWideStringList implements the abstract properties and methods introduced by TWideStrings, and introduces new properties, events, and methods to:

Sort the strings in the list;

Prohibit duplicate strings in sorted lists;

Respond to changes in the contents of the list;

Control whether strings are located, sorted, and identified as duplicates in a case-sensitive or case-insensitive manner.

See Also