System.Classes.TCollectionEnumerator.Current

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Current: TCollectionItem read GetCurrent;

C++

__property TCollectionItem* Current = {read=GetCurrent};

プロパティ

種類 可視性 ソース ユニット
property public
System.Classes.pas
System.Classes.hpp
System.Classes TCollectionEnumerator

説明

現在の TCollection オブジェクト。

Current は、TCollection オブジェクト内の現在の TCollectionItem を格納します。