掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
TListに格納したメモリの開放について (ID:9048)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
type TRecList = class(TList) protected function GetItem(Index: Integer): PRecord; public property Items[Index: Integer]: PRecord read GetItem; default; end; function TRecList.GetItem(Index: Integer): PRecord; begin Result := PRecord(Get(Index)); end;
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.