GetResourceStringBySection()

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

GetResourceStringBySection()

Abstract Method

OutputVar := instance.GetResourceStringBySection(Key, section)
OutputVar := instance..GetResourceStringBySection(Key, section, args)

GetResourceStringBySection(Key, section)

Gets a resource string from the current resource file for the specified section and key.

GetResourceStringBySection(Key, section, args*)

Gets a resource string from the current resource file for the specified section and key.
The resource string is formated by the args*.

Parameters

key

The key of the resource string

section

Section of resource ini to get string value from.

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.