[Overview][Classes][Procedures and functions][Index] |
Gets the number of items included in the method list.
Source position: lazmethodlist.pas line 47
public function TMethodList.Count: Integer; |
Value for the function.
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.
|
Adds the specified method to the list. |
|
|
Deletes the method stored at the specified position. |
Version 4.0 | Generated 2025-05-03 | Home |