TMarkList.Add Method

Overload List

#SignatureDescription
1function Add: Integer;Add a new Mark to the list.
2function 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.

#NameTypeDescription
1MarkTMarkRecord

Returns: Int32