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

TCustomIniPropStorage.IniSection

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

Declaration

Source position: inipropstorage.pas line 48

public property TCustomIniPropStorage.IniSection : string
  read FIniSection
  write FIniSection;

Description

IniSection is a String property which contains the name of the section in IniFile where the form session properties are stored. The property value is used in the overridden RootSection function to set section name used when an IniSection property value has not been assigned. When omitted, the value from the inherited method is used; this is normally the full path to the Root component name or class name and any preceding owner components.

See also

TCustomIniPropStorage.RootSection

  

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

TCustomPropertyStorage.Root

  

Path where values in the storage container are rooted.


Version 4.0 Generated 2025-05-03 Home