GetResourceString()

Namespace ›› System ›› MfResourceSingletonBase ›› Methods ››
Parent Previous Next

GetResourceString()

Abstract Method

OutputVar := GetResourceString(key)
OutputVar := GetResourceString(key, args)

GetResourceString(key)

Gets a resource string from the current resource file for the given key.

GetResourceString(key, args*)

Gets a resource string from the current resource file for the given key and formats the resource string with the args*.

Parameters

key

The key of the resource string

args*

arguments that can be passed in to format a string.

Throws

Throws MfNotImplementedException if not overridden in derived classes.

Remarks

Abstract Method.
Must be overridden in derived classes.