RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.RaiseNilDataSet Method

Raises an EAdapterException with a message indicating that the dataset is unassigned.

Pascal
procedure RaiseNilDataSet;
C++
__fastcall RaiseNilDataSet();

RaiseNilDataSet raises an EAdapterException for the situation where the DataSet property is found to be nil (Delphi) or NULL (C++). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!