In Python I can use string hex literal like "ab\xa1\x31_\x44\xf1\x10". Does Delphi has a similar syntax? I want to define a string that has this literal as initial value. I searched the document but didn't find anything related (The document is not easy to use).