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

TWindowsMaskList.Quirks

Contains the TWindowsQuirk values enabled for the class instance.

Declaration

Source position: masks.pas line 368

public property TWindowsMaskList.Quirks : TWindowsQuirks
  read fWindowsQuirks
  write SetQuirks;

Description

The initial value for the property is set using an argument passed to the Create constructor.

Changing the value for the property causes the internal TObjectList instance for the masks to be cleared. The AddMasksToList method is called to re-populate the internal list. The delimiter character, case sensitivity, and op codes provided to the constructor are used when re-creating the TWindowsMask instances in the Items property.


Version 4.0 Generated 2025-05-03 Home