Abstract Method
OutputVar := instance.GetResourceStringBySection(Key, section)
OutputVar := instance..GetResourceStringBySection(Key, section, args)
Gets a resource string from the current resource file for the specified section and key.
Gets a resource string from the current resource file for the specified section and key.
The resource string is formated by the args*.
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 MfNotImplementedException if not overridden in derived classes.
Abstract Method.
Must be overridden in derived classes.