RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetProvider.DoGetProviderAttributes Method

Fills a list with information about the dataset that can be used when providing or resolving.

Pascal
procedure DoGetProviderAttributes(DataSet: TDataSet; List: TList); virtual;
C++
virtual __fastcall DoGetProviderAttributes(TDataSet DataSet, TList List);

DoGetProviderAttributes is used internally to fetch information about the dataset. This includes both information provided by the dataset (using the IProviderSupport method PSGetAttributes) and custom information supplied by an OnGetDataSetProperties event handler.  

The DataSet parameter specifies the dataset that stores the information. The List parameter is the list that is filled by DoGetProviderAttributes. DoGetProviderAttributes adds information to the list in Name/Value pairs. 

 

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