RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBDataSet.PSGetAttributes Method

Returns information that is stored in data packets as Name/Value pairs.

Pascal
procedure PSGetAttributes(List: TList); override;
C++
virtual __fastcall PSGetAttributes(TList List);

The provider component calls PSGetAttributes to add information about the dataset to the metadata stored with generated data packets. This information is stored as Name/Value pairs that are added to the list specified by the List parameter. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!