Re: Delphi 5 <> ADO
Stop. Delphi only detect AutoInc, Integer, Boolean as Float.
.
Relevant Pages
- Re: Declaring types for properties redundant ?!!
... I was just thinking to myself: "Gje that Delphi doesn't understand that;)" ... property SomeProperty read mSomeField write mSomeField; ... procedure setActive (newActive: boolean); ... If you want those same features, but without the requirement to declare types, then use OCaml. ... (alt.comp.lang.borland-delphi) - Re: Cant load gdiplus dynamically
... Even delphi will do that when testing values that are from non constants or not compiled generated just in case the TRUE value is ... Delphi uses 1 when setting a boolean to true ... If you where using a Callback function and SuppressBackgroundThread was True, you would pass a wrong pointer to GdiplusStartup. ... Only because everything behind GdiplusVersion is 0 in my app, ... (alt.comp.lang.borland-delphi) - Re: Cant load gdiplus dynamically
... Even delphi will do that when testing values that are from non constants or not compiled generated just in case the TRUE value is ... Delphi uses 1 when setting a boolean to true ... If you where using a Callback function and SuppressBackgroundThread was True, you would pass a wrong pointer to GdiplusStartup. ... Cut boolean down to 1 byte as I did, and you will run into even more problems with a packed record. ... (alt.comp.lang.borland-delphi) - Re: if (-1) returns true
... The fun thing is that this code is buggy occording to the delphi help: ... ordinality is nonzero. ... If such a value appears in a context where a Boolean ... >>True is defined as non zero. ... (comp.lang.c) - Re: if (-1) returns true
... The fun thing is that this code is buggy occording to the delphi help: ... ordinality is nonzero. ... If such a value appears in a context where a Boolean ... >>True is defined as non zero. ... (alt.comp.lang.borland-delphi) |
|