| [Overview][Types][Classes][Procedures and functions][Index] |
Creates new list of masks using the specified delimited mask values and options.
Source position: masks.pas line 76
public constructor TMaskList.Create( |
const AValue: string; |
ASeparator: Char; |
const CaseSensitive: Boolean |
); |
const AValue: string; |
ASeparator: Char = ';'; |
const AOptions: TMaskOptions = [] |
); |
AValue |
|
Mask value(s) stored in the internal object list. |
ASeparator |
|
Delimiter used to delimit mask values in AValue. |
CaseSensitive |
|
Indicates if case sensitivity is used for masks. |
AValue |
|
Mask value(s) stored in the internal object list. |
ASeparator |
|
Delimiter used to delimit mask values in AValue. |
Create is the overloaded constructor for the class instance. Create allocates resources for the internal object list in the class instance. Arguments passed to the constructor are used to configure and populate the values in the Items property.
|
The mask items in the list. |
|
|
Contains options which can be enabled or disabled in TMask comparisons. |
|
|
Set type used to store values from the TMaskOption enumeration. |