[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Wrapper for the TXMLConfig class defined in the FCL XMLConf.pp unit.
Source position: xmlpropstorage.pas line 28
type TPropStorageXMLConfig = class(TXMLConfig) |
||
public |
||
procedure DeleteSubNodes(); |
|
Deletes sub nodes on a path. |
procedure LoadFromStream(); virtual; |
|
Loads XML content from a stream. |
procedure SaveToStream(); virtual; |
|
Saves XML content to a stream. |
property XMLDoc: TXMLDocument; [r] |
|
Contains the XML document. |
end; |
|
Wrapper for the TXMLConfig class defined in the FCL XMLConf.pp unit. |
|
| | | ||
More information about TXMLConfig and XMLConf are available on the FPC wiki at:
| Version 4.4 | Generated 2025-11-08 | Home |