[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the count of attributes associated with each item.
Source position: classesh.inc line 482
protected function TCollection.GetAttrCount: Integer; dynamic; |
GetAttrCount returns 0 in the TCollection implementation. It can be used to determine the number of attributes associated with each collection item. Descendent objects should override this method to return the number of attributes.
This method is provided for compatibility with Delphi only and is not used in Free Pascal.
|
Returns an attribute of the collection. |
|
|
Returns the attributes of an item. |
lazarus-ccr.sourceforge.net |