[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Masks' (#lazutils)

TMaskList.Items

The mask items in the list.

Declaration

Source position: masks.pas line 84

public property TMaskList.Items[Index: Integer] : TMask
  read GetItem;

Description

Items is a read-only indexed TMask property which contains the mask instances in the list.

Index specifies the ordinal position in the list for the TMask instance in the property. The property value is cast to a TMask instance when it is retrieved from the internal object list.

Values in the Items property are created in the Create constructor. A TMask instance is created and stored in Items for each of the mask values passed an argument to the method.

Use the Count property to determine the number of masks stored in Items.

See also

TMaskList.Create

  

Creates new list of masks using the specified delimited mask values and options.

TMask

  

The TMask class represents a mask and performs comparisons.