Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The Prev method changes the current item to the previous item in the list.
Syntax
void Prev();
Return value
None
Remarks
This method can only be used when iterating over doubly-linked lists.
If Prev reaches the end of the list, subsequent calls to ExtRemoteList::HasNode will return false.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | engextcpp.hpp (include Engextcpp.hpp) |