[fpc-pascal] Initializing a record-type variable to get rid of the false-positive compiler hint
Bart
bartjunk64 at gmail.com
Thu Apr 15 17:02:33 CEST 2010
> FillByte(oSearchOptions, SizeOf(oSearchOptions), 0);
oSearchOptions := []; //It's an empty set
Bart
More information about the fpc-pascal
mailing list