The number of mask items in the list.
Source position: masks.pas line 337
public property TMaskList.Count : Integer read GetCount;
Count is a read-only Integer property with the number of TMask instances stored in the Items for the list.
TMaskList.Items
The mask items in the list.