System.Classes.TList.SetCount

From RAD Studio API Documentation
Revision as of 00:04, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure SetCount(NewCount: NativeInt);

C++

void __fastcall SetCount(System::NativeInt 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