Description | Hierarchy | Fields | Methods | Properties |
type unaWideStringList = class(unaRecordList)
List of wide strings.
function add(const value: wString): int; |
|
function get(index: int): wString; |
|
function indexOf(const value: wString; exact: bool = true): int; |
|
function indexOfValue(const name: wString): int; |
|
function readFromFile(const fileName: wString): int; |
|
procedure setItem(index: int; const item: wString); |
property text: wString read getText write setText; |
|
property values[constindex:wString]: wString read getValue write setValue; |
function add(const value: wString): int; |
|
Adds new string into list. |
function get(index: int): wString; |
|
Returns a string by its index. |
function indexOf(const value: wString; exact: bool = true): int; |
|
Performs a case sensitive (if exact is true) or not (if exact is false) search. Returns string index or -1 if specified string was not found. |
function indexOfValue(const name: wString): int; |
|
function readFromFile(const fileName: wString): int; |
|
Replaces content of text with data read from a file. |
procedure setItem(index: int; const item: wString); |
|
Changes an item with specifiled index in the list. |
property text: wString read getText write setText; |
|
property values[constindex:wString]: wString read getValue write setValue; |
|
(c) 2012 Lake of Soft