TMemIniFile
Overview
Location
-
Reference:
- Delphi.dll .NET
- delphi.jar Cooper
- Delphi.fx Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
- libDelphi.fx Toffee
- Namespace: RemObjects.Elements.RTL.Delphi
- Platforms: .NET, Cooper, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows, Toffee
- Ancestry: TCustomIniFile | TMemIniFile
constructor (DelphiString)
constructor(aFileName: DelphiString)
TMemIniFile(DelphiString aFileName)
init(_ aFileName: DelphiString)
TMemIniFile(DelphiString aFileName)
Sub New(aFileName As DelphiString)
Parameters:
- aFileName:
constructor (DelphiString, TEncoding)
constructor(aFileName: DelphiString; aEncoding: TEncoding)
TMemIniFile(DelphiString aFileName, TEncoding aEncoding)
init(_ aFileName: DelphiString, _ aEncoding: TEncoding)
TMemIniFile(DelphiString aFileName, TEncoding aEncoding)
Sub New(aFileName As DelphiString, aEncoding As TEncoding)
Parameters:
- aFileName:
- aEncoding:
constructor (DelphiString, TEncoding, Boolean) virtual
constructor(aFileName: DelphiString; aEncoding: TEncoding; aCaseSensitive: Boolean)
TMemIniFile(DelphiString aFileName, TEncoding aEncoding, Boolean aCaseSensitive)
init(_ aFileName: DelphiString, _ aEncoding: TEncoding, _ aCaseSensitive: Boolean)
TMemIniFile(DelphiString aFileName, TEncoding aEncoding, Boolean aCaseSensitive)
Sub New(aFileName As DelphiString, aEncoding As TEncoding, aCaseSensitive As Boolean)
Parameters:
- aFileName:
- aEncoding:
- aCaseSensitive:
AutoSave virtual
property AutoSave: Boolean read write;
Boolean AutoSave { get; set; }
var AutoSave: Boolean { get{} set{} }
Boolean AutoSave { __get; __set; }
Property AutoSave() As Boolean
CaseSensitive virtual
property CaseSensitive: Boolean read write;
Boolean CaseSensitive { get; set; }
var CaseSensitive: Boolean { get{} set{} }
Boolean CaseSensitive { __get; __set; }
Property CaseSensitive() As Boolean
Clear .NET, Cooper, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method Clear
void Clear()
func Clear()
void Clear()
Sub Clear()
Clear Clear() virtual Toffee
func Clear(Clear )
Parameters:
- :
Create virtual
class method Create(aFileName: DelphiString): TMemIniFile
static TMemIniFile Create(DelphiString aFileName)
static func Create(_ aFileName: DelphiString) -> TMemIniFile
static TMemIniFile Create(DelphiString aFileName)
Shared Function Create(aFileName As DelphiString) As TMemIniFile
Parameters:
- aFileName:
DeleteKey (DelphiString, DelphiString) override
method DeleteKey(aSection: DelphiString; aIdent: DelphiString)
void DeleteKey(DelphiString aSection, DelphiString aIdent)
func DeleteKey(_ aSection: DelphiString, _ aIdent: DelphiString)
void DeleteKey(DelphiString aSection, DelphiString aIdent)
Sub DeleteKey(aSection As DelphiString, aIdent As DelphiString)
Parameters:
- aSection:
- aIdent:
DeleteKey (DelphiString, DelphiString) virtual abstract (declared in TCustomIniFile)
method DeleteKey(Section: DelphiString; Ident: DelphiString)
void DeleteKey(DelphiString Section, DelphiString Ident)
func DeleteKey(_ Section: DelphiString, _ Ident: DelphiString)
void DeleteKey(DelphiString Section, DelphiString Ident)
Sub DeleteKey(Section As DelphiString, Ident As DelphiString)
Parameters:
- Section:
- Ident:
Encoding virtual
property Encoding: TEncoding read write;
TEncoding Encoding { get; set; }
var Encoding: TEncoding { get{} set{} }
TEncoding Encoding { __get; __set; }
Property Encoding() As TEncoding
EraseSection override
method EraseSection(Section: DelphiString)
void EraseSection(DelphiString Section)
func EraseSection(_ Section: DelphiString)
void EraseSection(DelphiString Section)
Sub EraseSection(Section As DelphiString)
Parameters:
- Section:
FileName virtual (declared in TCustomIniFile)
property FileName: DelphiString read;
DelphiString FileName { get; }
var FileName: DelphiString { get{} }
DelphiString FileName { __get; }
ReadOnly Property FileName() As DelphiString
GetMetaClass virtual .NET, Cooper, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method GetMetaClass: class of TMemIniFile
class of TMemIniFile GetMetaClass()
func GetMetaClass() -> class of TMemIniFile
class of TMemIniFile GetMetaClass()
Function GetMetaClass() As class of TMemIniFile
GetStrings virtual
method GetStrings(aList: TStrings)
void GetStrings(TStrings aList)
func GetStrings(_ aList: TStrings)
void GetStrings(TStrings aList)
Sub GetStrings(aList As TStrings)
Parameters:
- aList:
Modified virtual
property Modified: Boolean read write;
Boolean Modified { get; set; }
var Modified: Boolean { get{} set{} }
Boolean Modified { __get; __set; }
Property Modified() As Boolean
ReadBool virtual (declared in TCustomIniFile)
method ReadBool(aSection: DelphiString; aIdent: DelphiString; aDefault: Boolean): Boolean
Boolean ReadBool(DelphiString aSection, DelphiString aIdent, Boolean aDefault)
func ReadBool(_ aSection: DelphiString, _ aIdent: DelphiString, _ aDefault: Boolean) -> Boolean
Boolean ReadBool(DelphiString aSection, DelphiString aIdent, Boolean aDefault)
Function ReadBool(aSection As DelphiString, aIdent As DelphiString, aDefault As Boolean) As Boolean
Parameters:
- aSection:
- aIdent:
- aDefault:
ReadDate virtual (declared in TCustomIniFile)
method ReadDate(aSection: DelphiString; aName: DelphiString; aDefault: TDateTime): TDateTime
TDateTime ReadDate(DelphiString aSection, DelphiString aName, TDateTime aDefault)
func ReadDate(_ aSection: DelphiString, _ aName: DelphiString, _ aDefault: TDateTime) -> TDateTime
TDateTime ReadDate(DelphiString aSection, DelphiString aName, TDateTime aDefault)
Function ReadDate(aSection As DelphiString, aName As DelphiString, aDefault As TDateTime) As TDateTime
Parameters:
- aSection:
- aName:
- aDefault:
ReadDateTime virtual (declared in TCustomIniFile)
method ReadDateTime(aSection: DelphiString; aName: DelphiString; aDefault: TDateTime): TDateTime
TDateTime ReadDateTime(DelphiString aSection, DelphiString aName, TDateTime aDefault)
func ReadDateTime(_ aSection: DelphiString, _ aName: DelphiString, _ aDefault: TDateTime) -> TDateTime
TDateTime ReadDateTime(DelphiString aSection, DelphiString aName, TDateTime aDefault)
Function ReadDateTime(aSection As DelphiString, aName As DelphiString, aDefault As TDateTime) As TDateTime
Parameters:
- aSection:
- aName:
- aDefault:
ReadFloat virtual (declared in TCustomIniFile)
method ReadFloat(aSection: DelphiString; aName: DelphiString; aDefault: Double): Double
Double ReadFloat(DelphiString aSection, DelphiString aName, Double aDefault)
func ReadFloat(_ aSection: DelphiString, _ aName: DelphiString, _ aDefault: Double) -> Double
Double ReadFloat(DelphiString aSection, DelphiString aName, Double aDefault)
Function ReadFloat(aSection As DelphiString, aName As DelphiString, aDefault As Double) As Double
Parameters:
- aSection:
- aName:
- aDefault:
ReadInteger virtual (declared in TCustomIniFile)
method ReadInteger(aSection: DelphiString; aIdent: DelphiString; aDefault: Int32): Int32
Int32 ReadInteger(DelphiString aSection, DelphiString aIdent, Int32 aDefault)
func ReadInteger(_ aSection: DelphiString, _ aIdent: DelphiString, _ aDefault: Int32) -> Int32
Integer ReadInteger(DelphiString aSection, DelphiString aIdent, Integer aDefault)
Function ReadInteger(aSection As DelphiString, aIdent As DelphiString, aDefault As Int32) As Int32
Parameters:
- aSection:
- aIdent:
- aDefault:
ReadSection (DelphiString, TStrings) override
method ReadSection(aSection: DelphiString; aStrings: TStrings)
void ReadSection(DelphiString aSection, TStrings aStrings)
func ReadSection(_ aSection: DelphiString, _ aStrings: TStrings)
void ReadSection(DelphiString aSection, TStrings aStrings)
Sub ReadSection(aSection As DelphiString, aStrings As TStrings)
Parameters:
- aSection:
- aStrings:
ReadSection (DelphiString, TStrings) virtual abstract (declared in TCustomIniFile)
method ReadSection(Section: DelphiString; DelphiStrings: TStrings)
void ReadSection(DelphiString Section, TStrings DelphiStrings)
func ReadSection(_ Section: DelphiString, _ DelphiStrings: TStrings)
void ReadSection(DelphiString Section, TStrings DelphiStrings)
Sub ReadSection(Section As DelphiString, DelphiStrings As TStrings)
Parameters:
- Section:
- DelphiStrings:
ReadSections (DelphiString, TStrings) virtual (declared in TCustomIniFile)
method ReadSections(aSection: DelphiString; aStrings: TStrings)
void ReadSections(DelphiString aSection, TStrings aStrings)
func ReadSections(_ aSection: DelphiString, _ aStrings: TStrings)
void ReadSections(DelphiString aSection, TStrings aStrings)
Sub ReadSections(aSection As DelphiString, aStrings As TStrings)
Parameters:
- aSection:
- aStrings:
ReadSections (TStrings) virtual abstract (declared in TCustomIniFile)
method ReadSections(DelphiStrings: TStrings)
void ReadSections(TStrings DelphiStrings)
func ReadSections(_ DelphiStrings: TStrings)
void ReadSections(TStrings DelphiStrings)
Sub ReadSections(DelphiStrings As TStrings)
Parameters:
- DelphiStrings:
ReadSections (TStrings) override
method ReadSections(Strings: TStrings)
void ReadSections(TStrings Strings)
func ReadSections(_ Strings: TStrings)
void ReadSections(TStrings Strings)
Sub ReadSections(Strings As TStrings)
Parameters:
- Strings:
ReadSectionValues override
method ReadSectionValues(aSection: DelphiString; aStrings: TStrings)
void ReadSectionValues(DelphiString aSection, TStrings aStrings)
func ReadSectionValues(_ aSection: DelphiString, _ aStrings: TStrings)
void ReadSectionValues(DelphiString aSection, TStrings aStrings)
Sub ReadSectionValues(aSection As DelphiString, aStrings As TStrings)
Parameters:
- aSection:
- aStrings:
ReadString override
method ReadString(aSection: DelphiString; aIdent: DelphiString; aDefault: DelphiString): DelphiString
DelphiString ReadString(DelphiString aSection, DelphiString aIdent, DelphiString aDefault)
func ReadString(_ aSection: DelphiString, _ aIdent: DelphiString, _ aDefault: DelphiString) -> DelphiString
DelphiString ReadString(DelphiString aSection, DelphiString aIdent, DelphiString aDefault)
Function ReadString(aSection As DelphiString, aIdent As DelphiString, aDefault As DelphiString) As DelphiString
Parameters:
- aSection:
- aIdent:
- aDefault:
ReadSubSections virtual (declared in TCustomIniFile)
method ReadSubSections(aSection: DelphiString; aStrings: TStrings; aRecurse: Boolean)
void ReadSubSections(DelphiString aSection, TStrings aStrings, Boolean aRecurse)
func ReadSubSections(_ aSection: DelphiString, _ aStrings: TStrings, _ aRecurse: Boolean)
void ReadSubSections(DelphiString aSection, TStrings aStrings, Boolean aRecurse)
Sub ReadSubSections(aSection As DelphiString, aStrings As TStrings, aRecurse As Boolean)
Parameters:
- aSection:
- aStrings:
- aRecurse:
ReadTime virtual (declared in TCustomIniFile)
method ReadTime(aSection: DelphiString; aName: DelphiString; aDefault: TDateTime): TDateTime
TDateTime ReadTime(DelphiString aSection, DelphiString aName, TDateTime aDefault)
func ReadTime(_ aSection: DelphiString, _ aName: DelphiString, _ aDefault: TDateTime) -> TDateTime
TDateTime ReadTime(DelphiString aSection, DelphiString aName, TDateTime aDefault)
Function ReadTime(aSection As DelphiString, aName As DelphiString, aDefault As TDateTime) As TDateTime
Parameters:
- aSection:
- aName:
- aDefault:
Rename virtual
method Rename(FileName: DelphiString; Reload: Boolean)
void Rename(DelphiString FileName, Boolean Reload)
func Rename(_ FileName: DelphiString, _ Reload: Boolean)
void Rename(DelphiString FileName, Boolean Reload)
Sub Rename(FileName As DelphiString, Reload As Boolean)
Parameters:
- FileName:
- Reload:
SectionExists virtual (declared in TCustomIniFile)
method SectionExists(aSection: DelphiString): Boolean
Boolean SectionExists(DelphiString aSection)
func SectionExists(_ aSection: DelphiString) -> Boolean
Boolean SectionExists(DelphiString aSection)
Function SectionExists(aSection As DelphiString) As Boolean
Parameters:
- aSection:
SetStrings virtual
method SetStrings(aList: TStrings)
void SetStrings(TStrings aList)
func SetStrings(_ aList: TStrings)
void SetStrings(TStrings aList)
Sub SetStrings(aList As TStrings)
Parameters:
- aList:
UpdateFile override virtual .NET, Cooper, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method UpdateFile
void UpdateFile()
func UpdateFile()
void UpdateFile()
Sub UpdateFile()
UpdateFile UpdateFile() override Toffee
func UpdateFile(UpdateFile )
Parameters:
- :
ValueExists virtual (declared in TCustomIniFile)
method ValueExists(aSection: DelphiString; aIdent: DelphiString): Boolean
Boolean ValueExists(DelphiString aSection, DelphiString aIdent)
func ValueExists(_ aSection: DelphiString, _ aIdent: DelphiString) -> Boolean
Boolean ValueExists(DelphiString aSection, DelphiString aIdent)
Function ValueExists(aSection As DelphiString, aIdent As DelphiString) As Boolean
Parameters:
- aSection:
- aIdent:
WriteBool virtual (declared in TCustomIniFile)
method WriteBool(aSection: DelphiString; aIdent: DelphiString; aValue: Boolean)
void WriteBool(DelphiString aSection, DelphiString aIdent, Boolean aValue)
func WriteBool(_ aSection: DelphiString, _ aIdent: DelphiString, _ aValue: Boolean)
void WriteBool(DelphiString aSection, DelphiString aIdent, Boolean aValue)
Sub WriteBool(aSection As DelphiString, aIdent As DelphiString, aValue As Boolean)
Parameters:
- aSection:
- aIdent:
- aValue:
WriteDate virtual (declared in TCustomIniFile)
method WriteDate(Section: DelphiString; Name: DelphiString; Value: TDateTime)
void WriteDate(DelphiString Section, DelphiString Name, TDateTime Value)
func WriteDate(_ Section: DelphiString, _ Name: DelphiString, _ Value: TDateTime)
void WriteDate(DelphiString Section, DelphiString Name, TDateTime Value)
Sub WriteDate(Section As DelphiString, Name As DelphiString, Value As TDateTime)
Parameters:
- Section:
- Name:
- Value:
WriteDateTime virtual (declared in TCustomIniFile)
method WriteDateTime(Section: DelphiString; Name: DelphiString; Value: TDateTime)
void WriteDateTime(DelphiString Section, DelphiString Name, TDateTime Value)
func WriteDateTime(_ Section: DelphiString, _ Name: DelphiString, _ Value: TDateTime)
void WriteDateTime(DelphiString Section, DelphiString Name, TDateTime Value)
Sub WriteDateTime(Section As DelphiString, Name As DelphiString, Value As TDateTime)
Parameters:
- Section:
- Name:
- Value:
WriteFloat virtual (declared in TCustomIniFile)
method WriteFloat(aSection: DelphiString; aName: DelphiString; aValue: Double)
void WriteFloat(DelphiString aSection, DelphiString aName, Double aValue)
func WriteFloat(_ aSection: DelphiString, _ aName: DelphiString, _ aValue: Double)
void WriteFloat(DelphiString aSection, DelphiString aName, Double aValue)
Sub WriteFloat(aSection As DelphiString, aName As DelphiString, aValue As Double)
Parameters:
- aSection:
- aName:
- aValue:
WriteInteger virtual (declared in TCustomIniFile)
method WriteInteger(aSection: DelphiString; aIdent: DelphiString; aValue: Int32)
void WriteInteger(DelphiString aSection, DelphiString aIdent, Int32 aValue)
func WriteInteger(_ aSection: DelphiString, _ aIdent: DelphiString, _ aValue: Int32)
void WriteInteger(DelphiString aSection, DelphiString aIdent, Integer aValue)
Sub WriteInteger(aSection As DelphiString, aIdent As DelphiString, aValue As Int32)
Parameters:
- aSection:
- aIdent:
- aValue:
WriteString override
method WriteString(aSection: DelphiString; aIdent: DelphiString; aValue: DelphiString)
void WriteString(DelphiString aSection, DelphiString aIdent, DelphiString aValue)
func WriteString(_ aSection: DelphiString, _ aIdent: DelphiString, _ aValue: DelphiString)
void WriteString(DelphiString aSection, DelphiString aIdent, DelphiString aValue)
Sub WriteString(aSection As DelphiString, aIdent As DelphiString, aValue As DelphiString)
Parameters:
- aSection:
- aIdent:
- aValue:
WriteTime virtual (declared in TCustomIniFile)
method WriteTime(Section: DelphiString; Name: DelphiString; Value: TDateTime)
void WriteTime(DelphiString Section, DelphiString Name, TDateTime Value)
func WriteTime(_ Section: DelphiString, _ Name: DelphiString, _ Value: TDateTime)
void WriteTime(DelphiString Section, DelphiString Name, TDateTime Value)
Sub WriteTime(Section As DelphiString, Name As DelphiString, Value As TDateTime)
Parameters:
- Section:
- Name:
- Value:
AutoSave virtual
property AutoSave: Boolean read write;
Boolean AutoSave { get; set; }
var AutoSave: Boolean { get{} set{} }
Boolean AutoSave { __get; __set; }
Property AutoSave() As Boolean
CaseSensitive virtual
property CaseSensitive: Boolean read write;
Boolean CaseSensitive { get; set; }
var CaseSensitive: Boolean { get{} set{} }
Boolean CaseSensitive { __get; __set; }
Property CaseSensitive() As Boolean
Encoding virtual
property Encoding: TEncoding read write;
TEncoding Encoding { get; set; }
var Encoding: TEncoding { get{} set{} }
TEncoding Encoding { __get; __set; }
Property Encoding() As TEncoding
FileName virtual (declared in TCustomIniFile)
property FileName: DelphiString read;
DelphiString FileName { get; }
var FileName: DelphiString { get{} }
DelphiString FileName { __get; }
ReadOnly Property FileName() As DelphiString
Modified virtual
Create virtual
class method Create(aFileName: DelphiString): TMemIniFile
static TMemIniFile Create(DelphiString aFileName)
static func Create(_ aFileName: DelphiString) -> TMemIniFile
static TMemIniFile Create(DelphiString aFileName)
Shared Function Create(aFileName As DelphiString) As TMemIniFile
Parameters:
- aFileName:
constructor (DelphiString)
constructor(aFileName: DelphiString)
TMemIniFile(DelphiString aFileName)
init(_ aFileName: DelphiString)
TMemIniFile(DelphiString aFileName)
Sub New(aFileName As DelphiString)
Parameters:
- aFileName:
constructor (DelphiString, TEncoding)
constructor(aFileName: DelphiString; aEncoding: TEncoding)
TMemIniFile(DelphiString aFileName, TEncoding aEncoding)
init(_ aFileName: DelphiString, _ aEncoding: TEncoding)
TMemIniFile(DelphiString aFileName, TEncoding aEncoding)
Sub New(aFileName As DelphiString, aEncoding As TEncoding)
Parameters:
- aFileName:
- aEncoding:
constructor (DelphiString, TEncoding, Boolean) virtual
constructor(aFileName: DelphiString; aEncoding: TEncoding; aCaseSensitive: Boolean)
TMemIniFile(DelphiString aFileName, TEncoding aEncoding, Boolean aCaseSensitive)
init(_ aFileName: DelphiString, _ aEncoding: TEncoding, _ aCaseSensitive: Boolean)
TMemIniFile(DelphiString aFileName, TEncoding aEncoding, Boolean aCaseSensitive)
Sub New(aFileName As DelphiString, aEncoding As TEncoding, aCaseSensitive As Boolean)
Parameters:
- aFileName:
- aEncoding:
- aCaseSensitive:
Clear .NET, Cooper, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method Clear
void Clear()
func Clear()
void Clear()
Sub Clear()
Clear Clear() virtual Toffee
func Clear(Clear )
Parameters:
- :
DeleteKey (DelphiString, DelphiString) override
method DeleteKey(aSection: DelphiString; aIdent: DelphiString)
void DeleteKey(DelphiString aSection, DelphiString aIdent)
func DeleteKey(_ aSection: DelphiString, _ aIdent: DelphiString)
void DeleteKey(DelphiString aSection, DelphiString aIdent)
Sub DeleteKey(aSection As DelphiString, aIdent As DelphiString)
Parameters:
- aSection:
- aIdent:
DeleteKey (DelphiString, DelphiString) virtual abstract (declared in TCustomIniFile)
method DeleteKey(Section: DelphiString; Ident: DelphiString)
void DeleteKey(DelphiString Section, DelphiString Ident)
func DeleteKey(_ Section: DelphiString, _ Ident: DelphiString)
void DeleteKey(DelphiString Section, DelphiString Ident)
Sub DeleteKey(Section As DelphiString, Ident As DelphiString)
Parameters:
- Section:
- Ident:
EraseSection override
method EraseSection(Section: DelphiString)
void EraseSection(DelphiString Section)
func EraseSection(_ Section: DelphiString)
void EraseSection(DelphiString Section)
Sub EraseSection(Section As DelphiString)
Parameters:
- Section:
GetMetaClass virtual .NET, Cooper, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method GetMetaClass: class of TMemIniFile
class of TMemIniFile GetMetaClass()
func GetMetaClass() -> class of TMemIniFile
class of TMemIniFile GetMetaClass()
Function GetMetaClass() As class of TMemIniFile
GetStrings virtual
method GetStrings(aList: TStrings)
void GetStrings(TStrings aList)
func GetStrings(_ aList: TStrings)
void GetStrings(TStrings aList)
Sub GetStrings(aList As TStrings)
Parameters:
- aList:
ReadBool virtual (declared in TCustomIniFile)
method ReadBool(aSection: DelphiString; aIdent: DelphiString; aDefault: Boolean): Boolean
Boolean ReadBool(DelphiString aSection, DelphiString aIdent, Boolean aDefault)
func ReadBool(_ aSection: DelphiString, _ aIdent: DelphiString, _ aDefault: Boolean) -> Boolean
Boolean ReadBool(DelphiString aSection, DelphiString aIdent, Boolean aDefault)
Function ReadBool(aSection As DelphiString, aIdent As DelphiString, aDefault As Boolean) As Boolean
Parameters:
- aSection:
- aIdent:
- aDefault:
ReadDate virtual (declared in TCustomIniFile)
method ReadDate(aSection: DelphiString; aName: DelphiString; aDefault: TDateTime): TDateTime
TDateTime ReadDate(DelphiString aSection, DelphiString aName, TDateTime aDefault)
func ReadDate(_ aSection: DelphiString, _ aName: DelphiString, _ aDefault: TDateTime) -> TDateTime
TDateTime ReadDate(DelphiString aSection, DelphiString aName, TDateTime aDefault)
Function ReadDate(aSection As DelphiString, aName As DelphiString, aDefault As TDateTime) As TDateTime
Parameters:
- aSection:
- aName:
- aDefault:
ReadDateTime virtual (declared in TCustomIniFile)
method ReadDateTime(aSection: DelphiString; aName: DelphiString; aDefault: TDateTime): TDateTime
TDateTime ReadDateTime(DelphiString aSection, DelphiString aName, TDateTime aDefault)
func ReadDateTime(_ aSection: DelphiString, _ aName: DelphiString, _ aDefault: TDateTime) -> TDateTime
TDateTime ReadDateTime(DelphiString aSection, DelphiString aName, TDateTime aDefault)
Function ReadDateTime(aSection As DelphiString, aName As DelphiString, aDefault As TDateTime) As TDateTime
Parameters:
- aSection:
- aName:
- aDefault:
ReadFloat virtual (declared in TCustomIniFile)
method ReadFloat(aSection: DelphiString; aName: DelphiString; aDefault: Double): Double
Double ReadFloat(DelphiString aSection, DelphiString aName, Double aDefault)
func ReadFloat(_ aSection: DelphiString, _ aName: DelphiString, _ aDefault: Double) -> Double
Double ReadFloat(DelphiString aSection, DelphiString aName, Double aDefault)
Function ReadFloat(aSection As DelphiString, aName As DelphiString, aDefault As Double) As Double
Parameters:
- aSection:
- aName:
- aDefault:
ReadInteger virtual (declared in TCustomIniFile)
method ReadInteger(aSection: DelphiString; aIdent: DelphiString; aDefault: Int32): Int32
Int32 ReadInteger(DelphiString aSection, DelphiString aIdent, Int32 aDefault)
func ReadInteger(_ aSection: DelphiString, _ aIdent: DelphiString, _ aDefault: Int32) -> Int32
Integer ReadInteger(DelphiString aSection, DelphiString aIdent, Integer aDefault)
Function ReadInteger(aSection As DelphiString, aIdent As DelphiString, aDefault As Int32) As Int32
Parameters:
- aSection:
- aIdent:
- aDefault:
ReadSection (DelphiString, TStrings) override
method ReadSection(aSection: DelphiString; aStrings: TStrings)
void ReadSection(DelphiString aSection, TStrings aStrings)
func ReadSection(_ aSection: DelphiString, _ aStrings: TStrings)
void ReadSection(DelphiString aSection, TStrings aStrings)
Sub ReadSection(aSection As DelphiString, aStrings As TStrings)
Parameters:
- aSection:
- aStrings:
ReadSection (DelphiString, TStrings) virtual abstract (declared in TCustomIniFile)
method ReadSection(Section: DelphiString; DelphiStrings: TStrings)
void ReadSection(DelphiString Section, TStrings DelphiStrings)
func ReadSection(_ Section: DelphiString, _ DelphiStrings: TStrings)
void ReadSection(DelphiString Section, TStrings DelphiStrings)
Sub ReadSection(Section As DelphiString, DelphiStrings As TStrings)
Parameters:
- Section:
- DelphiStrings:
ReadSections (DelphiString, TStrings) virtual (declared in TCustomIniFile)
method ReadSections(aSection: DelphiString; aStrings: TStrings)
void ReadSections(DelphiString aSection, TStrings aStrings)
func ReadSections(_ aSection: DelphiString, _ aStrings: TStrings)
void ReadSections(DelphiString aSection, TStrings aStrings)
Sub ReadSections(aSection As DelphiString, aStrings As TStrings)
Parameters:
- aSection:
- aStrings:
ReadSections (TStrings) virtual abstract (declared in TCustomIniFile)
method ReadSections(DelphiStrings: TStrings)
void ReadSections(TStrings DelphiStrings)
func ReadSections(_ DelphiStrings: TStrings)
void ReadSections(TStrings DelphiStrings)
Sub ReadSections(DelphiStrings As TStrings)
Parameters:
- DelphiStrings:
ReadSections (TStrings) override
method ReadSections(Strings: TStrings)
void ReadSections(TStrings Strings)
func ReadSections(_ Strings: TStrings)
void ReadSections(TStrings Strings)
Sub ReadSections(Strings As TStrings)
Parameters:
- Strings:
ReadSectionValues override
method ReadSectionValues(aSection: DelphiString; aStrings: TStrings)
void ReadSectionValues(DelphiString aSection, TStrings aStrings)
func ReadSectionValues(_ aSection: DelphiString, _ aStrings: TStrings)
void ReadSectionValues(DelphiString aSection, TStrings aStrings)
Sub ReadSectionValues(aSection As DelphiString, aStrings As TStrings)
Parameters:
- aSection:
- aStrings:
ReadString override
method ReadString(aSection: DelphiString; aIdent: DelphiString; aDefault: DelphiString): DelphiString
DelphiString ReadString(DelphiString aSection, DelphiString aIdent, DelphiString aDefault)
func ReadString(_ aSection: DelphiString, _ aIdent: DelphiString, _ aDefault: DelphiString) -> DelphiString
DelphiString ReadString(DelphiString aSection, DelphiString aIdent, DelphiString aDefault)
Function ReadString(aSection As DelphiString, aIdent As DelphiString, aDefault As DelphiString) As DelphiString
Parameters:
- aSection:
- aIdent:
- aDefault:
ReadSubSections virtual (declared in TCustomIniFile)
method ReadSubSections(aSection: DelphiString; aStrings: TStrings; aRecurse: Boolean)
void ReadSubSections(DelphiString aSection, TStrings aStrings, Boolean aRecurse)
func ReadSubSections(_ aSection: DelphiString, _ aStrings: TStrings, _ aRecurse: Boolean)
void ReadSubSections(DelphiString aSection, TStrings aStrings, Boolean aRecurse)
Sub ReadSubSections(aSection As DelphiString, aStrings As TStrings, aRecurse As Boolean)
Parameters:
- aSection:
- aStrings:
- aRecurse:
ReadTime virtual (declared in TCustomIniFile)
method ReadTime(aSection: DelphiString; aName: DelphiString; aDefault: TDateTime): TDateTime
TDateTime ReadTime(DelphiString aSection, DelphiString aName, TDateTime aDefault)
func ReadTime(_ aSection: DelphiString, _ aName: DelphiString, _ aDefault: TDateTime) -> TDateTime
TDateTime ReadTime(DelphiString aSection, DelphiString aName, TDateTime aDefault)
Function ReadTime(aSection As DelphiString, aName As DelphiString, aDefault As TDateTime) As TDateTime
Parameters:
- aSection:
- aName:
- aDefault:
Rename virtual
method Rename(FileName: DelphiString; Reload: Boolean)
void Rename(DelphiString FileName, Boolean Reload)
func Rename(_ FileName: DelphiString, _ Reload: Boolean)
void Rename(DelphiString FileName, Boolean Reload)
Sub Rename(FileName As DelphiString, Reload As Boolean)
Parameters:
- FileName:
- Reload:
SectionExists virtual (declared in TCustomIniFile)
method SectionExists(aSection: DelphiString): Boolean
Boolean SectionExists(DelphiString aSection)
func SectionExists(_ aSection: DelphiString) -> Boolean
Boolean SectionExists(DelphiString aSection)
Function SectionExists(aSection As DelphiString) As Boolean
Parameters:
- aSection:
SetStrings virtual
method SetStrings(aList: TStrings)
void SetStrings(TStrings aList)
func SetStrings(_ aList: TStrings)
void SetStrings(TStrings aList)
Sub SetStrings(aList As TStrings)
Parameters:
- aList:
UpdateFile override virtual .NET, Cooper, Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS, Island-watchOS Simulator, Island-Windows
method UpdateFile
void UpdateFile()
func UpdateFile()
void UpdateFile()
Sub UpdateFile()
UpdateFile UpdateFile() override Toffee
func UpdateFile(UpdateFile )
Parameters:
- :
ValueExists virtual (declared in TCustomIniFile)
method ValueExists(aSection: DelphiString; aIdent: DelphiString): Boolean
Boolean ValueExists(DelphiString aSection, DelphiString aIdent)
func ValueExists(_ aSection: DelphiString, _ aIdent: DelphiString) -> Boolean
Boolean ValueExists(DelphiString aSection, DelphiString aIdent)
Function ValueExists(aSection As DelphiString, aIdent As DelphiString) As Boolean
Parameters:
- aSection:
- aIdent:
WriteBool virtual (declared in TCustomIniFile)
method WriteBool(aSection: DelphiString; aIdent: DelphiString; aValue: Boolean)
void WriteBool(DelphiString aSection, DelphiString aIdent, Boolean aValue)
func WriteBool(_ aSection: DelphiString, _ aIdent: DelphiString, _ aValue: Boolean)
void WriteBool(DelphiString aSection, DelphiString aIdent, Boolean aValue)
Sub WriteBool(aSection As DelphiString, aIdent As DelphiString, aValue As Boolean)
Parameters:
- aSection:
- aIdent:
- aValue:
WriteDate virtual (declared in TCustomIniFile)
method WriteDate(Section: DelphiString; Name: DelphiString; Value: TDateTime)
void WriteDate(DelphiString Section, DelphiString Name, TDateTime Value)
func WriteDate(_ Section: DelphiString, _ Name: DelphiString, _ Value: TDateTime)
void WriteDate(DelphiString Section, DelphiString Name, TDateTime Value)
Sub WriteDate(Section As DelphiString, Name As DelphiString, Value As TDateTime)
Parameters:
- Section:
- Name:
- Value:
WriteDateTime virtual (declared in TCustomIniFile)
method WriteDateTime(Section: DelphiString; Name: DelphiString; Value: TDateTime)
void WriteDateTime(DelphiString Section, DelphiString Name, TDateTime Value)
func WriteDateTime(_ Section: DelphiString, _ Name: DelphiString, _ Value: TDateTime)
void WriteDateTime(DelphiString Section, DelphiString Name, TDateTime Value)
Sub WriteDateTime(Section As DelphiString, Name As DelphiString, Value As TDateTime)
Parameters:
- Section:
- Name:
- Value:
WriteFloat virtual (declared in TCustomIniFile)
method WriteFloat(aSection: DelphiString; aName: DelphiString; aValue: Double)
void WriteFloat(DelphiString aSection, DelphiString aName, Double aValue)
func WriteFloat(_ aSection: DelphiString, _ aName: DelphiString, _ aValue: Double)
void WriteFloat(DelphiString aSection, DelphiString aName, Double aValue)
Sub WriteFloat(aSection As DelphiString, aName As DelphiString, aValue As Double)
Parameters:
- aSection:
- aName:
- aValue:
WriteInteger virtual (declared in TCustomIniFile)
method WriteInteger(aSection: DelphiString; aIdent: DelphiString; aValue: Int32)
void WriteInteger(DelphiString aSection, DelphiString aIdent, Int32 aValue)
func WriteInteger(_ aSection: DelphiString, _ aIdent: DelphiString, _ aValue: Int32)
void WriteInteger(DelphiString aSection, DelphiString aIdent, Integer aValue)
Sub WriteInteger(aSection As DelphiString, aIdent As DelphiString, aValue As Int32)
Parameters:
- aSection:
- aIdent:
- aValue:
WriteString override
method WriteString(aSection: DelphiString; aIdent: DelphiString; aValue: DelphiString)
void WriteString(DelphiString aSection, DelphiString aIdent, DelphiString aValue)
func WriteString(_ aSection: DelphiString, _ aIdent: DelphiString, _ aValue: DelphiString)
void WriteString(DelphiString aSection, DelphiString aIdent, DelphiString aValue)
Sub WriteString(aSection As DelphiString, aIdent As DelphiString, aValue As DelphiString)
Parameters:
- aSection:
- aIdent:
- aValue:
WriteTime virtual (declared in TCustomIniFile)
method WriteTime(Section: DelphiString; Name: DelphiString; Value: TDateTime)
void WriteTime(DelphiString Section, DelphiString Name, TDateTime Value)
func WriteTime(_ Section: DelphiString, _ Name: DelphiString, _ Value: TDateTime)
void WriteTime(DelphiString Section, DelphiString Name, TDateTime Value)
Sub WriteTime(Section As DelphiString, Name As DelphiString, Value As TDateTime)
Parameters:
- Section:
- Name:
- Value: