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 John Tel 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: rodneyb3
  • Content: Threads
  • Order by date
  1. rodneyb3

    Polymorphism? Inheritence? question

    I came across an interesting situation that I shall try to describe. type TObject1 = class(TObject) .... end; TObject2 = class(TObject) .... end; implimentation procedure ABC(aObject: TObject); var LocalObject: TObject; begin LocalObject :=...
  2. rodneyb3

    Displaying PowerPoint slides as bitmaps in a form

    I need to display powerpoint slides from an existing PPT presentation onto a form. Sounds simple, but I haven't been able to achieve it! I think there are a number of ways to approach this, including; 1) Using TPowerPointApplication 2) Using TOleContainer Using TPowerPointApplication, I would...

Part and Inventory Search

Back
Top