WebTurd example
Borland Conference paper
Q: How can I convert a Delphi form to an ActiveForm?
Q: How do I know if my ActiveX control is in design or run mode?
Q: How do I retrieve properties from an HTML page?
Q: How do I obtain my control's site?
Q: How do I mark a control as "safe for scripting"/"safe for initializing"?
What does that mean?
New!
Using ActiveForms with Internet Explorer 4.01
An article describing how to get your ActiveForms to work in IE4, including workarounds for bugs in IE4.01 and Delphi 3.02.
Includes code.
This is a tiny COM object embedded on a web page that plays a sound when
you download it. It's intended to demonstrate how to build a very small control that has no
user interface. It's basically an automation control with siting capabilities that allows it to
communicate with its container.
If you missed my talk at the 1997 Borland Conference, you can still read my
conference paper. You can also download the conference
sample code.
Questions
This page is definitely under construction; I will be adding more
information as time goes on.
Got a question? Ask questions about how to write controls at
news://forums.borland.com/borland.public.delphi.activex.controls.writing
and questions about using them at
news://forums.borland.com/borland.public.delphi.activex.controls.using