Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Add: Integer; | Add a new Mark to the list. |
| 2 | function Add(const Mark: TMarkRecord): Integer; | Add a new Mark to the list. The method creates a copy of the Mark record and adds it to the list. |
Overload 1: function Add: Integer;
Add a new Mark to the list.
Returns: Int32
Overload 2: function Add(const Mark: TMarkRecord): Integer;
Add a new Mark to the list. The method creates a copy of the Mark record and adds it to the list.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mark | TMarkRecord |
Returns: Int32