|
'[': if (fdoInterval in Options) then isInterval := true else StoreStr(FormatCurrent, 1);
|
|
'[': if (fdoInterval in Options) then isInterval := true else StoreStr(FormatCurrent, 1);
|
|
']': if (fdoInterval in Options) then isInterval := false else StoreStr(FormatCurrent, 1);
|
|
']': if (fdoInterval in Options) then isInterval := false else StoreStr(FormatCurrent, 1);
|
|
' ', 'C', 'D', 'H', 'M', 'N', 'S', 'T', 'Y', 'Z', 'F' {$IFDEF MSWindows}, 'G', 'E'{$ENDIF MSWindows} :
|
|
' ', 'C', 'D', 'H', 'M', 'N', 'S', 'T', 'Y', 'Z', 'F' {$IFDEF MSWindows}, 'G', 'E'{$ENDIF MSWindows} :
|