Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JFChem

    Access violation 00456A96 Read of address 0000338

    Steph and Doug--Thanks a million--you were absolutely right. For reasons that I do not understand, my mainform, Pform didn't exist! Following your suggestion, I checked its pointer (which by the way is accessible under the Run/Evaluate option). I really don't know why it had a NIL pointer...
  2. JFChem

    Access violation 00456A96 Read of address 0000338

    This is crazy. I'm trying to change the caption on a label (class TLABEL) using a qualified name; e.g. Pform.hitNo.caption := 'trial' where Pform is the name of the form in which the label hitNo occurs. Pform is declared as type TPform inside a Main Form in a Unit called Partition. The Access...
  3. JFChem

    Has anyone run into conflicts betwe

    Hi McMerfy The pointers were standard Pascal pointers specified as to type in a TYPE statement and created with the NEW operation. l Indeed the files were propely cosed using CloseFile before the delete and rename operations were applied.
  4. JFChem

    Has anyone run into conflicts betwe

    Has anyone run into conflicts between pointers and certain file operations in Delphi 3.0? I was unable to use file procedures/functions ERASE, DELETEFILE, RENAME and RENAMEFILE after I invoked code involving manipulation of pointers. I was using a two-way linked list for sorting complex data...

Part and Inventory Search

Back
Top