Unit 'MaskEdit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

tMaskedType

Declaration

Source position: maskedit.pp line 101

type tMaskedType = (

  Char_Invalid,

  

  Char_IsLiteral,

  

  Char_Number,

  

  Char_NumberFixed,

  

  Char_NumberPlusMin,

  

  Char_Letter,

  

  Char_LetterFixed,

  

  Char_LetterUpCase,

  

  Char_LetterDownCase,

  

  Char_LetterFixedUpCase,

  

  Char_LetterFixedDownCase,

  

  Char_AlphaNum,

  

  Char_AlphaNumFixed,

  

  Char_AlphaNumUpCase,

  

  Char_AlphaNumDownCase,

  

  Char_AlphaNumFixedUpCase,

  

  Char_AlphaNumFixedDownCase,

  

  Char_All,

  

  Char_AllFixed,

  

  Char_AllUpCase,

  

  Char_AllDownCase,

  

  Char_AllFixedUpCase,

  

  Char_AllFixedDownCase,

  

  Char_HourSeparator,

  

  Char_DateSeparator,

  

  Char_Hex,

  

  Char_HexFixed,

  

  Char_HexUpCase,

  

  Char_HexDownCase,

  

  Char_HexFixedUpCase,

  

  Char_HexFixedDownCase,

  

  Char_Binary,

  

  Char_BinaryFixed,

  

  Char_Set,

  

  Char_SetFixed,

  

  Char_SetNegateFixed

  

);



CT Web help

CodeTyphon Studio