[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Defines the method used to resolve the specified node path prior to storing the specified value.
Source position: lazconfigstorage.pas line 36
protected procedure TConfigStorage.SetFullPathValue( |
const APath: string; |
const AValue: string |
); virtual; abstract; |
const APath: string; |
AValue: Integer |
); virtual; abstract; |
const APath: string; |
AValue: Boolean |
); virtual; abstract; |
APath |
|
Path to the node where the specified value is stored. |
AValue |
|
Value stored in the specified node path. Overloaded variants allow AValue to be specified using as either a String, an Integer, or a Boolean type. |
APath |
|
Path to the node where the specified value is stored. |
AValue |
|
Value stored in the specified node path. Overloaded variants allow AValue to be specified using as either a String, an Integer, or a Boolean type. |
APath |
|
Path to the node where the specified value is stored. |
AValue |
|
Value stored in the specified node path. Overloaded variants allow AValue to be specified using as either a String, an Integer, or a Boolean type. |
SetFullPathValue is an overloaded abstract virtual method in TConfigStorage. It must be overridden in a descendent class to use the node notation required for the underlying storage mechanism.
SetFullPathValue is called from the SetValue method after ExtendPath has been called to include the CurrentBasePath value at the start of the node path in APath.
|
Defines the method used to resolve the specified node path prior to storing the specified value. |
|
|
Stores a value at the specified path in the configuration storage. |
|
|
Resolves a relative node path to the current base path for the storage mechanism. |
|
|
Contains the base node path where values are read or written in the storage mechanism. |
|
|
Implements the method used to resolve the specified node path prior to storing the specified value. |
|
Version 4.0 | Generated 2025-05-03 | Home |