Unit 'cyStrUtils' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_cindy]

TMaskPartType

Declaration

Source position: cyStrUtils.pas line 83

type TMaskPartType = (

  mtUndefined,

  

  mtMaskPartStringValue,

  

  mtMaskPartCustomChar,

  

  mtAnyChar,

  

  mtAlphaNumChar,

  

  mtNumber,

  

  mtAlphaChar,

  

  mtUppLetter,

  

  mtLowLetter,

  

  mtOtherChar,

  

  mtDeleteChar

  

);



CT Web help

CodeTyphon Studio