Data.DB.TPacketAttributeList

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTPacketAttributeList

Delphi

TPacketAttributeList = TList;

C++

typedef System::Classes::TList TPacketAttributeList;

Properties

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

Description

The TPacketAttributeList type represents a list of dataset provider attributes.

This is the type of List argument of IProviderSupportNG.PSGetAttributes method.

See Also