CheckArgumentNotNull Method
Overloads
| CheckArgumentNotNull(IInterface, string) |
Raises an EArgumentNilException if the |
| CheckArgumentNotNull(Pointer, string) |
Raises an EArgumentNilException if the |
Raises an EArgumentNilException if the value
is nil.
Delphi
procedure CheckArgumentNotNull(const value: IInterface; const argumentName: string)
Parameters
- value
- IInterface
- argumentName
- string
Raises an EArgumentNilException if the value
is nil.
Delphi
procedure CheckArgumentNotNull(value: Pointer; const argumentName: string)
Parameters
- value
- Pointer
- argumentName
- string