Unit 'Masks' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#bs_utils]

TWindowsMaskUTF8

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: masks.pas line 266

type TWindowsMaskUTF8 = class(TMask)

protected

  fWindowsQuirkAllowed: TWindowsQuirks;

  

  fWindowsQuirkInUse: TWindowsQuirks;

  

  fWindowsMask: string;

  

  procedure CompileOtherSpecialChars; override;

  

  function IsSpecialChar(); override;

  

  class procedure SplitFileNameExtension();

  

public

  constructor Create();

  

  procedure Compile; override;

  

  function Matches(); override;

  

  property Quirks: TWindowsQuirks; [rw]

  

end;

Inheritance

TWindowsMaskUTF8

  

|

TMask

  

|

TMaskUTF8

  

|

TMaskBase

  

|

TObject



CT Web help

CodeTyphon Studio