- FreeMode
- FreeMode
- Total
- IsSorted
- SortMode
- CreateElement
- Add
- Insert
- DetachCurrent
- DeleteCurrent
- Delete
- Clear
- IndexOf
- GetNodeAtIndex
- GetFirstNode
- GetPrevNode
- GetCurrentNode
- GetNextNode
- GetLastNode
- Sort
- MoveToIndex
- Exchange
- CompareList
- Search
- Save
- Load
- Type
Load
Loads list data from the file.
virtual bool Load(
|
Parameters
file_handle
[in] Handle of the binary file previously opened using the FileOpen () function.
Return Value
true - successfully completed, false - error.
Note
When reading list elements from the file, the CList::CreateElement(int) method is called to create each element.
Example:
//--- example for CLoad::Load(int)
|