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 :=...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.