Um artigo muito esclarecedor por José Antonio Milagre.
http://www.dicas-l.com.br/legaltech/legaltech_20090119.php
Como converter decimal para romanos em Delphi
-
function DecToRoman( Decimal: LongInt ): String;
{Converte um numero decimal em algarismos romanos}
const
Romans: Array[1..13] of String = ( 'I', 'I...