Matrix Elements VB-800 Manuel d'utilisateur Page 83

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 172
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 82
A3.1 OxPack exported functions 75
A3.1 OxPack exported functions
Note that these function is only available when running via OxPack.
The function names in this section are written as a string. That way, the function is
not resolved until run-time, and the code can be used without OxPack, provided the call
is never attempted.
OxPackBufferOff, OxPackBufferOn
"OxPackBufferOff"();
"OxPackBufferOn"();
No return value.
Description
Switches buffering of text output on and off.
OxPackDialog
"OxPackDialog"(const asDialog, const asOptions, const asValues);
asDialog in: array, dialog definition
asOptions in: address of variable
out: array with variable labels
asValues in: address of variable
out: array with dialog values
Return value
TRUE if OK is pressed, FALSE otherwise.
Description
OxPackDialog() is only available when running via OxPack.
The asDialog argument is an array of arrays, with each entry consisting of just
a text label, or of four or ve fields defining the edit control:
(1) text label
(2) control type
(3) control value
(4) control string array (only for CTL
CHECKLIST and CTL SELECT
(5) control label
An example is:
{ { "GARCH(p,q)" },
{ "p =", CTL_INT, m_cP, "p" },
{ "q =", CTL_INT, m_cQ, "q" },
{ "Startup of variance recursion"},
{ "Condition", CTL_RADIO, m_iInitMethod, "init"},
{ "Mean variance", CTL_RADIO},
{ "Estimate", CTL_RADIO},
{ "Model settings"},
Vue de la page 82
1 2 ... 78 79 80 81 82 83 84 85 86 87 88 ... 171 172

Commentaires sur ces manuels

Pas de commentaire