CheckArgumentNotNull(IInterface,string) Method
Raises an EArgumentNullException if the value is nil.
procedure CheckArgumentNotNull(const value: IInterface; const argumentName: string); overload; deprecated 'Use Guard.CheckNotNull instead';
Parameters
- value
- Type: IInterface
- argumentName
- Type: string