|
AddObject(string,TObject)
|
Represents method AddObject(string,TObject).
|
|
Assign(TPersistent)
|
Represents method Assign(TPersistent).
|
|
Changed
|
Represents method Changed.
|
|
Changing
|
Represents method Changing.
|
|
Clear
|
Represents method Clear.
|
|
Delete(Integer)
|
Represents method Delete(Integer).
|
|
ForEach(TForEachObjectMethod,TForEachFilterMethod,LongInt)
|
Overloaded. The ForEach method will iterate over the string list calling the Proc object method for every item that passes the FilterFunction (or all items if the FilterFunction is unassigned). The ForEach method allows regular functions and procedures to be passed instead of methods.
Note
|
The order that the items are processed is not guaranteed, just that every item will be evaluated. In fact, this method goes through the items in reverse order so that the Proc method could delete items without affecting items not yet visited. This may change.
|
|
|
ForEach(TForEachObjectProc,TForEachFilterProc,LongInt)
|
Overloaded. The ForEach method will iterate over the string list calling the Proc function for every item that passes the FilterFunction (or all items if the FilterFunction is unassigned). The ForEach method allows class methods to be passed instead of regular functions and procedures.
Note
|
The order that the items are processed is not guaranteed, just that every item will be evaluated. In fact, this method goes through the items in reverse order so that the Proc method could delete items without affecting items not yet visited. This may change.
|
|
|
IndexOf(string)
|
Represents method IndexOf(string).
|
|
Put(Integer,string)
|
Represents method Put(Integer,string).
|
|
PutObject(Integer,TObject)
|
Represents method PutObject(Integer,TObject).
|
|
SetUpdateState(Boolean)
|
Represents method SetUpdateState(Boolean).
|
|
Sort
|
Represents method Sort.
|