JCL Help:TWideStrings
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TWideStrings Class
Search in JCL Help
Search in all projectsClass Hierarchy
TWideStrings
|
TWideStringList
Summary
TWideStrings is the abstract base class for objects that represent a list of WideStrings.
Pascal
public TWideStrings = class(TPersistent);
Description
TWideStrings is the abstract base class for objects that represent a list of WideStrings. It is very similar to the Delphi TStrings class with the one fundamental difference; instead of storing a list of strings it stores a list of WideStrings. TWideStrings introduces properties and methods to:
- Add or delete WideStrings at specified positions in the list.
- Access the WideStrings at specified positions.
- Rearrange the WideStrings in the list.
- Persistence (load from and save to a file).
- Associate an object with an item in the list.
About
Unit
Donator
Mike Lischke
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page