Kitto.RB.RapFunc
TEtheaFunction class
Base class for Ethea custom functions available in the ReportBuilder RAP scripting engine.
class function Category: String;Returns the RAP palette category these functions appear under.
TEFExpandImageFilePathFunction class
RAP function that expands an image file name to its full resource path.
procedure ExecuteFunction(aParams: TraParamList);Executes the function against the given RAP parameter list.
class function GetSignature: String;Returns the RAP signature (name and parameters) of the function.
TEFPadLFunction class
RAP function that left-pads a string to a given length.
procedure ExecuteFunction(aParams: TraParamList);Executes the function against the given RAP parameter list.
class function GetSignature: String;Returns the RAP signature (name and parameters) of the function.
TEFPadRFunction class
RAP function that right-pads a string to a given length.
procedure ExecuteFunction(aParams: TraParamList);Executes the function against the given RAP parameter list.
class function GetSignature: String;Returns the RAP signature (name and parameters) of the function.
Routines
procedure UpdateRAPEnvironment(const AApplicationImagesPath, ACoreImagesPath: string);Registers the Ethea RAP functions and sets the image search paths used at report runtime.
