ShellBrowser Delphi Components Documentation
|
Returns True if a variant is not empty and contains a value which is not null, 0.0 or the empty string.
class function VarNotNull(const pValue: Variant): Boolean;
Parameters |
Description |
const pValue: Variant |
The variant that should be checked. |
Boolean: False if the variant is not empty and contains a value which is not null, 0.0 or the empty string; True otherwise.