Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TListItems.SetCount

Sets the value for the Count property.

Declaration

Source position: comctrls.pp line 1150

protected procedure TListItems.SetCount(

  const ACount: Integer

); virtual;

Arguments

ACount

  

New value for the Count property.

See also

TListItems.Count

  

Count - the number of items in the collection.