Osztály TIniFile
Egység
Deklaráció
type TIniFile = class(TCustomIniFile)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TCustomIniFile
- TIniFile
Áttekintés
Metódusok
![]() |
function ReadString(Section: string; Ident: string; Default: string): string; |
![]() |
procedure WriteString(Section: string; Ident: string; Value: string); |
![]() |
procedure ReadSection(Section: string; Strings: TStrings); |
![]() |
procedure ReadSections(Strings: TStrings); |
![]() |
procedure ReadSectionValues(Section: string; Strings: TStrings); |
![]() |
procedure EraseSection(Section: string); |
![]() |
procedure DeleteKey(Section: string; Ident: string); |
![]() |
procedure UpdateFile; |
Megjegyzés
Metódusok
![]() |
function ReadString(Section: string; Ident: string; Default: string): string; |
|
This item has no description. | |
![]() |
procedure WriteString(Section: string; Ident: string; Value: string); |
|
This item has no description. | |
![]() |
procedure ReadSection(Section: string; Strings: TStrings); |
|
This item has no description. | |
![]() |
procedure ReadSections(Strings: TStrings); |
|
This item has no description. | |
![]() |
procedure ReadSectionValues(Section: string; Strings: TStrings); |
|
This item has no description. | |
![]() |
procedure EraseSection(Section: string); |
|
This item has no description. | |
![]() |
procedure DeleteKey(Section: string; Ident: string); |
|
This item has no description. | |
![]() |
procedure UpdateFile; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
