RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParam.Clear Method

Sets the Value of the parameter to NULL.

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

Use Clear to assign a NULL value to a parameter. Calling Clear neither sets nor clears the Bound property. When assigning a NULL value to a parameter, set the Bound property as well as calling Clear. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!