[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TStrings.GetCount

Abstract read handler for the TStrings.Count property.

Declaration

Source position: classesh.inc line 579

protected function TStrings.GetCount: Integer; virtual; abstract;

Description

GetCount is the abstract read handler for the TStrings.Count property. This is an abstract method, hence it is not implemented in TStrings.

Descendent classes must override this method. It should return the current number of strings in the list. (empty strings included).

See also

TStrings.Count

  

Number of strings in the list.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.