Kommt drauf an, was es für ein Boolean-Typ ist. Aus der Hilfe:
Zitat:
A Boolean variable occupies one byte of memory, a ByteBool variable also occupies one byte, a WordBool variable occupies two bytes (one word), and a LongBool variable occupies four bytes (two words).
Die Results gibt es auch als Konstanten: IDYES, IDNO, IDOK, ...
Ich hatte das gleiche Problem jetzt neulich auch mit einigen
API-Funktionen. Laut Windows
SDK sollten sie ein Integer (
Handle/Zeiger) zurückgeben. Borland lässt aber ein Boolean zurückgeben. Warum auch immer.
Ich habe sie mir dann einfach selber noch mal "richtig" deklariert.