|
AddObject(string,TObject)
|
Represents method AddObject(string,TObject). (Inherited from Structures.TSFCList.)
|
|
Assign(TPersistent)
|
Represents method Assign(TPersistent). (Inherited from Structures.TSFCList.)
|
|
Changed
|
Represents method Changed. (Inherited from Structures.TSFCList.)
|
|
Changing
|
Represents method Changing. (Inherited from Structures.TSFCList.)
|
|
Clear
|
Represents method Clear. (Overrides Structures.TSFCList.Clear.)
|
|
Delete(Integer)
|
Represents method Delete(Integer). (Overrides Structures.TSFCList.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). (Inherited from Structures.TSFCList.)
|
|
Put(Integer,string)
|
Represents method Put(Integer,string). (Inherited from Structures.TSFCList.)
|
|
PutObject(Integer,TObject)
|
Represents method PutObject(Integer,TObject). (Overrides Structures.TSFCList.PutObject(Integer,TObject).)
|
|
SetUpdateState(Boolean)
|
Represents method SetUpdateState(Boolean). (Inherited from Structures.TSFCList.)
|
|
Sort
|
Represents method Sort. (Inherited from Structures.TSFCList.)
|