[Lazarus] PostMessage return value
Michael Schnell
mschnell at lumino.de
Thu Sep 18 12:34:30 CEST 2014
On 09/18/2014 12:10 PM, Mattias Gaertner wrote:
> a Set is not an "array of boolean"
A set is an "array" (scientific English, not Pascal syntax) of bits
(i.e. boolean values) supported by special operators.
(Remember: Boolean Algebra and Logical Algebra are mathematically
equivalent).
The "Set" stuff is correctly done and "nice in Pascal, but in most cases
I know, set type variables s are used not to represent real-world sets
but real world arrays of logical values.
-Michael
More information about the Lazarus
mailing list