[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The mask items in the list.
Source position: masks.pas line 338
public property TMaskList.Items[Index: Integer] : TMask |
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.
|
Creates a new list with mask instances for the specified mask values, delimiter and options. |
|
|
The TMask class represents a mask expression and performs comparisons. |
Version 4.0 | Generated 2025-05-03 | Home |