Delphi
			procedure SetCount(NewCount: Integer);
 
		C++
			void __fastcall SetCount(int NewCount);
 
 
プロパティ
	
		| 種類 | 可視性 | ソース | ユニット | 親 | 
	
		| procedure function | protected | System.Classes.pas System.Classes.hpp | System.Classes | TList | 
説明
Count プロパティの値を設定します。
SetCount は、Count プロパティの取得メソッドです。 
関連項目