Data.DB.TPacketAttributeList

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTPacketAttributeList
[–] Properties
Type:
class
typedef
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TPacketAttributeList = TList;

C++

typedef System::Classes::TList TPacketAttributeList;

Description

The TPacketAttributeList type represents a list of dataset provider attributes.

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

See Also