RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOrderedList.Push Method

Adds an item to the list.

Pascal
function Push(AItem: Pointer): Pointer;
C++
__fastcall void * Push(void * AItem);

Call Push to add an item to the list. 

AItem is the item to add. 

Push returns a reference to the item that was just added (AItem). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!