[Overview][Types][Classes][Procedures and functions][Index] |
Source position: masks.pas line 37
type TMaskChar = record |
||
case CharType: TMaskCharType of |
||
mcChar: ( |
||
CharValue: Char; |
|
|
); |
||
mcCharSet: ( |
||
Negative: Boolean; |
|
|
SetValue: PCharSet; |
|
|
); |
||
mcAnyChar, mcAnyText: ( |
||
); |
||
end; |
lazarus-ccr.sourceforge.net |