Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Int32 Add | Add a new Mark to the list. |
| 2 | Int32 Add(TMarkRecord Mark) | Add a new Mark to the list. The method creates a copy of the Mark record and adds it to the list. |
Overload 1: Int32 Add
Add a new Mark to the list.
Returns: Int32
Overload 2: Int32 Add(TMarkRecord Mark)
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