[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'IniPropStorage' (#lcl)

TCustomIniPropStorage.RootSection

Returns the name of the INI section where values are stored.

Declaration

Source position: inipropstorage.pas line 38

protected function TCustomIniPropStorage.RootSection: string; override;

Function result

The value for the RootSection identifier.

Description

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.

See also

TCustomIniPropStorage.IniSection

  

Name of the section in the INI file where values for session properties are stored.

TCustomPropertyStorage.RootSection

  

Gets the path needed to represent the section for the Root (Owner) component.

TCustomPropertyStorage.Root

  

Path where values in the storage container are rooted.


Version 4.0 Generated 2025-05-03 Home