RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomDataSet.Current Method

Returns the descriptor area that holds information about the current query.

Pascal
function Current: TIBXSQLDA;
C++
__fastcall TIBXSQLDA Current();

Most applications do not need to call the Current method. It returns the extended descriptor area for the dataset's SQL statement, which can be used to retrieve properties of the SQL statement. 

 

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