functions delphi implemented in fastreport
I use a few functions implemented in delphi in the fastreport, include them in the fastreport like that
They all appear in the frxdesigner and I do not want that they appear .
Someone knows if it is possible to do and as ?
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 ?