[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: JPL.ArrayIniFile.pas line 77
type TArrayIniFile = class |
||
protected |
||
function PerformAddSection(); |
|
|
procedure LoadFile; |
|
|
procedure ParseText(); |
|
|
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
procedure Clear; |
|
|
function GetSectionIndex(); |
|
|
function SectionExists(); |
|
|
function AddSection(); |
|
|
function GetSection(); |
|
|
function UpdateFile; |
|
|
property FileName: string; [rw] |
|
|
property SectionCount: Integer; [r] |
|
|
property AsString: string; [rw] |
|
|
property Sections []: TIniSection; [r] |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |