Вполне реально, у меня например на Win7 64 - Delphi 5, 2007, XE, XE2, XE4, XE5 - все нет времени посносить ненужные).
Небольшие танцы только с XE5 - что бы не слетела регистрация с остальных XE.
А так не подойдет?
var
fBody: TIdText;
begin
IdMessage.MessageParts.Clear;
...
fBody:=TIdText.Create(IdMessage.MessageParts);
fBody.Body.Add('Привет, это текст сообщения');
fBody.ContentType:='text/plain';
fBody.ContentTransfer:='base64';
fBody.CharSet:='utf-8';
...
Unicode SynEdit
SynEdit is available in a Unicode version (UniSynEdit). Development focuses on this version and every change should be done based on it.
The code can be accessed via SVN.
Из свойств:
BitsPerSample The number of bits per sample in the input stream.
Position The current reading position in the input stream in bytes.
SampleRate The input stream sample rate in Herz
Примерно так:
количество фреймов
nSample:=Position div BitsPerSample
количество секунд...