Loads configuration settings from a stream
Source position: fpmkunit.pp line 1252
public procedure TCustomDefaults.LoadFromStream( |
S: TStream |
); virtual; |
S |
|
Stream to read configuration from |
Loads default configuration settings from the provided stream. This enables flexible input of configuration data from various stream-based sources.
The loaded settings become the new defaults for subsequent build operations.