Your text says "binary" but your sample data shows str, which is obviously a string. Which is it you're asking about? Writing a string, or writing a binary value. They're not the same thing. – Ken WhiteOct 10 '12 at 3:35
Your question is imprecise and vague. Be accurate and careful. Make sure we are clear what you are talking about. If English is not your strongpoint, use code to convey detail. – David HeffernanOct 10 '12 at 6:45
You can use TRegistry.WriteBinaryData. If you want to write binary $1A,$2B,$3C,$4D instead of string data '1A,2B,3C,4D' try to change it into #$1A#$2B#$3C#$4D.
str, which is obviously a string. Which is it you're asking about? Writing a string, or writing a binary value. They're not the same thing. – Ken White Oct 10 '12 at 3:35