[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Abstract read handler for the TStrings.Count property.
Source position: classesh.inc line 579
protected function TStrings.GetCount: Integer; virtual; abstract; |
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).
|
Number of strings in the list. |
lazarus-ccr.sourceforge.net |