System.Classes.TList.SetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCount(NewCount: Integer);

C++

void __fastcall SetCount(int NewCount);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TList

Description

Sets the value of the Count property.

SetCount is the getter method for the Count property.

See Also