Params and ParamData duplication in DFM files
Posted: 01.04.2015, 18:15
Hi All,
Could someone confirm that TZQuery and TZStoredProc parameters got duplicated in DFM files with sets named "Params" and "ParamData"?
Here an example:
This data duplication does not seems to develop any error.
I'm just checking because I'm working with a BDE migration procedure using Regex and I realized this fact comparing the DFM files during the tests.
Regards,
Marcelo.
Could someone confirm that TZQuery and TZStoredProc parameters got duplicated in DFM files with sets named "Params" and "ParamData"?
Here an example:
Code: Select all
object QryRes: TZQuery
Connection = ZConnection
SQL.Strings = (
'Select * From Reservatorio Where CodUsina = :CodUsina')
Params = <
item
DataType = ftUnknown
Name = 'CodUsina'
ParamType = ptUnknown
end>
DataSource = SrcUsina
Left = 384
Top = 16
ParamData = <
item
DataType = ftUnknown
Name = 'CodUsina'
ParamType = ptUnknown
end>
I'm just checking because I'm working with a BDE migration procedure using Regex and I realized this fact comparing the DFM files during the tests.
Regards,
Marcelo.