ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellControlHelper.VarNotNull

Returns True if a variant is not empty and contains a value which is not null, 0.0 or the empty string.

Syntax
Pascal
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.