System.Classes.TList.Last
Delphi
function Last: Pointer;
C++
void * __fastcall Last();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Classes.pas System.Classes.hpp |
System.Classes | TList |
Description
Returns Items[Count - 1].
Call Last to retrieve the last pointer in the Items array.
See Also
Code Examples