|
RAD Studio VCL Reference
|
Moves to the next element in the container, with respect to an user-defined order.
function DoMoveNext: Boolean; override;
virtual __fastcall Boolean DoMoveNext();
Implement DoMoveNext to specify the particular order in which the container is enumerated.
DoMoveNext should return True if moving to the next element in the container succeeded, or False otherwise.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|