Osztály TCustomIniFile
Egység
Deklaráció
type TCustomIniFile = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TCustomIniFile
Áttekintés
Metódusok
![]() |
function Create(FileName: string): TCustomIniFile; |
![]() |
function SectionExists(Section: string): Boolean; |
![]() |
function ReadInteger(Section: string; Ident: string; Default: LongInt): LongInt; |
![]() |
procedure WriteInteger(Section: string; Ident: string; Value: LongInt); |
![]() |
function ReadBool(Section: string; Ident: string; Default: Boolean): Boolean; |
![]() |
procedure WriteBool(Section: string; Ident: string; Value: Boolean); |
![]() |
function ReadDate(Section: string; Name: string; Default: TDateTime): TDateTime; |
![]() |
function ReadDateTime(Section: string; Name: string; Default: TDateTime): TDateTime; |
![]() |
function ReadFloat(Section: string; Name: string; Default: Double): Double; |
![]() |
function ReadTime(Section: string; Name: string; Default: TDateTime): TDateTime; |
![]() |
procedure WriteDate(Section: string; Name: string; Value: TDateTime); |
![]() |
procedure WriteDateTime(Section: string; Name: string; Value: TDateTime); |
![]() |
procedure WriteFloat(Section: string; Name: string; Value: Double); |
![]() |
procedure WriteTime(Section: string; Name: string; Value: TDateTime); |
![]() |
function ValueExists(Section: string; Ident: string): Boolean; |
Tulajdonságok
![]() |
property FileName: string; |
Megjegyzés
Metódusok
![]() |
function Create(FileName: string): TCustomIniFile; |
|
This item has no description. | |
![]() |
function SectionExists(Section: string): Boolean; |
|
This item has no description. | |
![]() |
function ReadInteger(Section: string; Ident: string; Default: LongInt): LongInt; |
|
This item has no description. | |
![]() |
procedure WriteInteger(Section: string; Ident: string; Value: LongInt); |
|
This item has no description. | |
![]() |
function ReadBool(Section: string; Ident: string; Default: Boolean): Boolean; |
|
This item has no description. | |
![]() |
procedure WriteBool(Section: string; Ident: string; Value: Boolean); |
|
This item has no description. | |
![]() |
function ReadDate(Section: string; Name: string; Default: TDateTime): TDateTime; |
|
This item has no description. | |
![]() |
function ReadDateTime(Section: string; Name: string; Default: TDateTime): TDateTime; |
|
This item has no description. | |
![]() |
function ReadFloat(Section: string; Name: string; Default: Double): Double; |
|
This item has no description. | |
![]() |
function ReadTime(Section: string; Name: string; Default: TDateTime): TDateTime; |
|
This item has no description. | |
![]() |
procedure WriteDate(Section: string; Name: string; Value: TDateTime); |
|
This item has no description. | |
![]() |
procedure WriteDateTime(Section: string; Name: string; Value: TDateTime); |
|
This item has no description. | |
![]() |
procedure WriteFloat(Section: string; Name: string; Value: Double); |
|
This item has no description. | |
![]() |
procedure WriteTime(Section: string; Name: string; Value: TDateTime); |
|
This item has no description. | |
![]() |
function ValueExists(Section: string; Ident: string): Boolean; |
|
This item has no description. | |
Tulajdonságok
![]() |
property FileName: string; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
