Data.DB.TPacketAttributeList

[–] 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.