Data.DB.ISubDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ISubDataSet = interface

C++

__interface  INTERFACE_UUID("{D5608EB1-DE94-4B00-9E62-9F3FE0937D98}") ISubDataSet  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

The ISubDataSet is an internal interface used to delegate TField and TDataSet linkage to an intermediate component.

See Also