Unit app_settings
Description
Contains definition of settings containers. Names of classes have non standard form because they are serialized into setting file.
This software is distributed under GPL in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the warranty of FITNESS FOR A PARTICULAR PURPOSE.
Uses
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
function CreateXMLReader(ADoc: TDOMDocument; const Path: string; var DestroyDriver: boolean): TReader; |
function CreateXMLWriter(ADoc: TDOMDocument; const Path: string; Append: boolean; var DestroyDriver: boolean): TWriter; |
procedure ReadComponentFromXMLConfig(XMLConfig: TXMLConfig; const Path: string; var RootComponent: TComponent; OnFindComponentClass: TFindComponentClassEvent; TheOwner: TComponent); |
procedure WriteComponentToXMLConfig(XMLConfig: TXMLConfig; const Path: string; AComponent: TComponent); |
Description
Functions and Procedures
function CreateXMLReader(ADoc: TDOMDocument; const Path: string; var DestroyDriver: boolean): TReader; |
|
function CreateXMLWriter(ADoc: TDOMDocument; const Path: string; Append: boolean; var DestroyDriver: boolean): TWriter; |
|
procedure ReadComponentFromXMLConfig(XMLConfig: TXMLConfig; const Path: string; var RootComponent: TComponent; OnFindComponentClass: TFindComponentClassEvent; TheOwner: TComponent); |
|
procedure WriteComponentToXMLConfig(XMLConfig: TXMLConfig; const Path: string; AComponent: TComponent); |
|
Author
- Dmitry Morozov dvmorozov@hotmail.com,
LinkedIn: https://www.linkedin.com/in/dmitry-morozov-79490a59/
Facebook: https://www.facebook.com/dmitry.v.morozov
Generated by PasDoc 0.15.0.
|