Delphi Basics : Null command
Description The Null variable has an undefined value. Null does not mean a zero number or empty string - it is undefined. Any expression using a null variable will yield a null result. Null is particularly useful when handling SQL table data - providing a
www.delphibasics.co.uk |