IBX.IBSQL.TIBSQL

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBSQL

Delphi

TIBSQL = class(TComponent)

C++

class PASCALIMPLEMENTATION TIBSQL : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL IBX.IBSQL

Description

TIBSQL provides an object for executing an InterBase SQL statement with minimal overhead.

Use a TIBSQL object to execute an InterBase SQL statement with minimal overhead. TIBSQL has no standard interface to data-aware controls and is unidirectional.

See Also