Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Midas/TDataSetProvider    [ Add a report in this area ]  
Report #:  5634   Status: Closed
Please make the DSP property 'Params' public.
Project:  Delphi Build #:  7.0.4.453
Version:    7.0 Submitted By:   Dave Rowntree
Report Type:  Suggestion / Enhancement Request Date Reported:  8/14/2003 5:25:42 AM
Severity:    Infrequently encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   174695
Resolution: Fixed (Resolution Comments) Resolved in Build: : 11.0.2585.16957
Duplicate of:  None
Voting and Rating
Overall Rating: (1 Total Rating)
3.00 out of 5
Total Votes: None
Description
The DSP read only property 'Params' is currently a protected property. Please make it a public declaration instead.

It would be useful to have access to this property in the DSP events. It is particularly necessary if the DSP.DataSet does not implement the IProviderSupport interface PSSetParams, since the only place the Params will exist in the DSP events is the DSP.Params property.
Steps to Reproduce:
None
Workarounds
None
Attachment
None
Comments

Dave Rowntree at 8/20/2003 4:00:14 AM -
No it isn't.

The TDataSetProvider.Params property is defined in the protected section of TDataSetProvider.

Server Response from: ETNACODE01