Reads integer value from specified key and section.
Unit
Syntax
ParametersASection Section name. Can't be empty. Can't contain '\' or '/'.
AName Key name. Can't be empty.
ADefault Default value, if key or section doesn't exits or key's value have a wrong format. Optional.
Return valueReturns key's value on success or ADefault in case of non-existent key or section or wrong value's format.
Exceptions
RemarksReads integer value from EurekaLog configuration.
See EConfig unit description for basic desciption of EurekaLog configuration.
This function is a wrapper for ConfigReadString function.
Examples
See also
|