Unit 'FPMasks' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fpindexer]

TMaskChar

Declaration

Source position: fpmasks.pp line 38

type TMaskChar = record

  case CharType: TMaskCharType of

    mcChar: (

        CharValue: Char;

      );

    mcCharSet: (

        Negative: Boolean;

        SetValue: PCharSet;

      );

    mcAnyChar, mcAnyText: (

      );

end;


Documentation generated on: 2023-03-18