The Application class / base.Application methods |
Returns the value of an FGLPROFILE entry.
base.Application.getResourceEntry( entry STRING ) RETURNING result STRING
This method returns the fglprofile value of the FGLPROFILE resource entry passed as parameter.
MAIN DISPLAY base.Application.getResourceEntry("mycompany.params.logmode") END MAIN