IBX.IBCustomDataSet.TIBCustomDataSet.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Current : TIBXSQLDA;

C++

Ibx::Ibsql::TIBXSQLDA* __fastcall Current();

Properties

Type Visibility Source Unit Parent
function public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

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

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.