teks topeng fastreport

{ FastReport TfrxMemoView.Text } 
// US: With the fixed eleven characters
// BR: Com os onze caracteres fixos
[FormatMaskText('000\.000\.000\-00;0;_',<N1."cpf">)]

// US: Variable Size, without the eleven characters
// BR: Tamanho variável, sem os onze caracteres
[FormatMaskText('000\.000\.000\-00;0;_',Copy('00000000000', 1, 11-Length(VarToStr(<N1."cpf">)))+VarToStr(<N1."cpf">))]
Luis Alfredo G Caldas Neto