[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Adds masks to the list using the delimited mask expressions and configuration settings.
Source position: masks.pas line 354
protected procedure TWindowsMaskList.AddMasksToList( |
const aValue: string; |
aSeparator: Char; |
aCaseSensitive: Boolean; |
aOpcodesAllowed: TMaskOpCodes |
); override; |
aValue |
|
Delimited mask expressions for the instances added to the list. |
aSeparator |
|
Delimiter between mask expressions in AValue. |
aOpcodesAllowed |
|
Set of Mask op codes allowed for the class instances added to the list. |
Version 4.0 | Generated 2025-05-03 | Home |