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

TWindowsMaskList.AddMasksToList

Adds masks to the list using the delimited mask expressions and configuration settings.

Declaration

Source position: masks.pas line 354

protected procedure TWindowsMaskList.AddMasksToList(

  const aValue: string;

  aSeparator: Char;

  aCaseSensitive: Boolean;

  aOpcodesAllowed: TMaskOpCodes

); override;

Arguments

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