CAST II Game Engine

   DESCRIPTION       FEATURES       SCREENSHOTS       FORUMS       DOCUMENTATION       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Class TNiceFileConfig

Unit

Props

Declaration

type TNiceFileConfig = class(TBaseFileConfig)

Description

File configuration implementation which preserves tabs, spaces and commented lines in the configuration file

Hierarchy

TBaseFileConfig > TProperties

Methods

Overview

Protectedfunction GetIndex(const Name: string): Integer; override;
Publicfunction GetNameByIndex(const Index: Integer): string; override;
Protectedfunction GetValueByIndex(Index: Integer): string; override;
Publicfunction LoadFrom(const AFilename: string): Boolean; override;
Publicfunction SaveAs(const AFilename: string): Boolean; override;

Description

Protectedfunction GetIndex(const Name: string): Integer; override;

 

Publicfunction GetNameByIndex(const Index: Integer): string; override;

 

Protectedfunction GetValueByIndex(Index: Integer): string; override;

 

Publicfunction LoadFrom(const AFilename: string): Boolean; override;

 

Publicfunction SaveAs(const AFilename: string): Boolean; override;

 

Last modified: 4 Jul, 2008
Copyright (C) 2006-2008, casteng.com