Difference between revisions of "Classes unit"

From Free Pascal wiki
Jump to navigationJump to search
(TList description)
Line 2: Line 2:
  
 
*[[TCollection]]
 
*[[TCollection]]
*[[TList]]
+
*[[TList]] - Manages a list of data type [[Pointer]], can search and sort the list, and has an event notification feature
 
*[[TStringList]]
 
*[[TStringList]]
 
*[[TStream]]
 
*[[TStream]]

Revision as of 12:39, 19 July 2016

The Classes unit is part of the Free Pascal standard Runtime Library and contains abstract classes that form the basis for derived classes, and also implements a number of general purpose concrete classes including:

See also