Delphi
function Last: Pointer;
C++
void * __fastcall Last();
Items[Count - 1] を返します。
Last メソッドを呼び出すと,Items 配列の最後のポインタを取り出せます。