System.IniFiles.TCustomIniFile.SectionNameSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

const SectionNameSeparator: string = '\';

C++

static System::UnicodeString SectionNameSeparator;

Properties

Type Visibility Source Unit Parent
field protected
System.IniFiles.pas
System.IniFiles.hpp
System.IniFiles TCustomIniFile

Description

Specifies the separator character.

The SectionNameSeparator constant specifies the character (or sequence of characters) to be used as separator in an INI file. The default value for SectionNameSeparator is \.

See Also