System.Classes.TList.SetCount
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.