[Overview][Classes][Procedures and functions][Index] Reference for unit 'LazMethodList' (#lazutils)

TMethodList.Count

Gets the number of items included in the method list.

Declaration

Source position: lazmethodlist.pas line 47

public function TMethodList.Count: Integer;

Function result

Value for the function.

Description

Count is an Integer function used to get the number of Items included in the method list. The value is derived from an internal member in the class instance which gets updated in the Add and Delete methods.

See also

TMethodList.Add

  

Adds the specified method to the list.

TMethodList.Delete

  

Deletes the method stored at the specified position.


Version 4.0 Generated 2025-05-03 Home