System.Classes.IInterfaceList.SetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCount(NewCount: Integer);

C++

virtual void __fastcall SetCount(int NewCount) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Classes.pas
System.Classes.hpp
System.Classes IInterfaceList

Description

Sets the value of the Count property.

SetCount is the write implementation of the Count property.

NewCount is the new number of interfaces in the list.

See Also