
OxPackWriteProfile... 79
OxPackWriteProfile...
"OxPackWriteProfileInt"(const sKey, const sLabel, int iValue);
"OxPackWriteProfileDouble"(const sKey, const sLabel, int dValue);
"OxPackWriteProfileString"(const sKey, const sLabel, int sValue);
sKey in: string, key name, or 0 to use package name
sLabel in: string, label name
iValue in: int, value to set
dValue in: double, value to set
sValue in: string, value to set
No return value.
Description
Writes persistent settings to the registry. See Modelbase::SaveOptions for an
example.
A3.2 Modelbase virtual functions for OxPack
The following calls are made by OxPack starting from when the user selects
Model/Formulate to a successful estimation:
Formulation dialog
IsCrossSection
SendVarStatus
SendSpecials
SendFunctions
Formulation dialog
SetModelSettings
Possibly: Functions dialog (if functions were sent)
Settings dialog (SendDialog/ReceiveDialog OP
SETTINGS)
Possibly: Options dialog (SendDialog/ReceiveDialog OP
OPTIONS)
ReceiveData
Estimation dialog
ReceiveModel
Estimate
GetLogLik
GetFreeParCount
GetMethodLabel
GetModelLabel
GetBatchModelSettings
GetModelSettings
In addition, there are commands to define and process the Test menu, and the model
class (on the Model menu).
Note that an undefined function behaves as if it returns zero.
Komentarze do niniejszej Instrukcji