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

TMask.Create

Creates new mask for matching.

Declaration

Source position: masks.pas line 50

public constructor TMask.Create(

  const AValue: string;

  const CaseSensitive: Boolean = False

);

Description

Creates new mask for matching. Matching is case-insensitive. The mask consist of literal elements such as:

The latest version of this document can be found at lazarus-ccr.sourceforge.net.