functions delphi implemented in fastreport

I use a few functions implemented in delphi in the fastreport, include them in the fastreport like that
wrote:
with frx do
begin
AddFunction('function decodCanal(canal: integer): INTEGER;','QUERY','ver el canal');
AddFunction('function redondear(valor: extended; decimales: smallint): extended;','QUERY','redondear valor (valor,decimales)');
Addfunction('function montarMemo(direccion, cp, poblacion, provincia, pais,telefonos, fax, www, email: boolean): string;','QUERY','Membrete');
Addfunction('procedure frx_asigna_departamento( var frx:tfrxreport ; lvisible:boolean );','QUERY','Asignaci??n de departamento (tag=1)');
Addfunction('function frx_tamanyoImg( ancho, alto, limAncho, limAlto: integer ):variant ;','QUERY','');
addfunction('function mascara(decimales: smallint; masc: string): string;','QUERY','(decimales),(mascara)');
end;

They all appear in the frxdesigner and I do not want that they appear .
Someone knows if it is possible to do and as ?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.