Hi,
I am new to Delphi. There is a procedure in a .pas unit that has the following reference to a record type
var
rec : TBFPensionDetailRec
Later in that same procedure it will
rec := TBFPensionDetailRec.Create
It will then use values of the "rec" record to do stuff.
THE PROBLEM I HAVE is that I cannot find the declaration of this record type TBFPensionDetailRec. I did a search of the whole .dpr project that contains this .pas and all the others. What am I missing? Am I that dumb?
Mark T.
mtuttle@glhec.org
I am new to Delphi. There is a procedure in a .pas unit that has the following reference to a record type
var
rec : TBFPensionDetailRec
Later in that same procedure it will
rec := TBFPensionDetailRec.Create
It will then use values of the "rec" record to do stuff.
THE PROBLEM I HAVE is that I cannot find the declaration of this record type TBFPensionDetailRec. I did a search of the whole .dpr project that contains this .pas and all the others. What am I missing? Am I that dumb?
Mark T.
mtuttle@glhec.org