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 dencom 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: tsd10123
  • Content: Threads
  • Order by date
  1. tsd10123

    variable object as parameter

    Hi, I'm using 2 types of objects and need the some same procedures for both types, how can I pass them as parameter? Small Example to show what I mean: type obj1=object nr:int64; procedure p; end; obj2=object nr:integer; procedure p; end; [...] var a:obj1; b:obj2; procedure proc3(var...

Part and Inventory Search

Back
Top