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

TMaskList.MaskOpCodes

Contains the op codes allowed for the mask instances in the list.

Declaration

Source position: masks.pas line 340

public property TMaskList.MaskOpCodes : TMaskOpCodes
  read fMaskOpCodes
  write SetMaskOpCodes;

Description

MaskOpCodes is a TMaskOpCodes property with the set of mask op codes enabled in the class instance. It contains values from the TMaskOpCode enumeration, and is initially set from arguments passed to the Create constructor. Setting a new value for the property causes each of the TMask instances in Items to be updated with the new value for the property.

See also

TMaskList.Create

  

Creates a new list with mask instances for the specified mask values, delimiter and options.

TMaskList.Mask

  

String with the delimited list of mask expressions for the class instances in the list.

TMaskList.Items

  

The mask items in the list.

TMaskOpCodes

  

Set type used to store values from the TMaskOpcode enumeration.

TMaskOpCode

  

Represents operations needed for an entry in a mask specification.


Version 4.0 Generated 2025-05-03 Home