How I can add my own function in FastReport 4.3

I have written two functions:

1. TimeToMinutes(sTime: String): Integer;
2. MinutesToTime(nMinutes: Int): string;

and am successfully using myself in my reports. I have copied these functions in the CODE page of all of my reports that are using them. However I want these functions to be available to my end-users so that they can also utilize them when designing their own reports.

I there a way that these two functions can appear along side the FastReport functions? Or, any other solution so that my end-users can use them.

Tariq Changgez

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 5:03PM
    read the developers manual chapter on adding functions and function libs.

Leave a Comment