[Overview][Types][Classes][Procedures and functions][Index] |
Returns the name of the INI section where values are stored.
Source position: inipropstorage.pas line 38
protected function TCustomIniPropStorage.RootSection: string; override; |
The value for the RootSection identifier.
RootSection is an overridden String function in TCustomIniPropStorage. It ensures that the value in IniSection property is used as the root section (when assigned). If IniSection has not been assigned, the inherited method is called to build the section name using the Name or Class name for the Root component in the class instance.
|
Name of the section in the INI file where values for session properties are stored. |
|
|
Gets the path needed to represent the section for the Root (Owner) component. |
|
|
Path where values in the storage container are rooted. |
Version 4.0 | Generated 2025-05-03 | Home |