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: *

  • Users: crockeea
  • Content: Threads
  • Order by date
  1. crockeea

    Private variables cause exceptions, how to use RegisterClass?

    I'm pretty new to Delphi, and I'm not very clear about how classes work yet in Delphi. Here is my code: unit DatabaseForm; interface uses SysUtils, Forms, Dialogs, Classes, ACRMain, Db, Utility; type TDBForm = class(TForm) private { Private declarations } SSA_Database...

Part and Inventory Search

Back
Top