System.Classes.TList.SetCount

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

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 プロパティの取得メソッドです。

関連項目