IBX.IBCustomDataSet.TIBDataSet.Prepare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Prepare;

C++

void __fastcall Prepare();

Properties

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

Description

Prepares all queries in the dataset to be executed.

Call Prepare to prepare all queries in the dataset to be executed.


Note: Interbase Express components automatically handle preparation of queries and keep them prepared for as long as it is advantageous. There is no need for the user to prepare queries manually when using Interbase Express.