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!

Learn 'Object Pascal' and 'Date and Time' functions better 1

Status
Not open for further replies.

smitty654

Programmer
Jul 9, 2008
21
CA
' is a great resource I used to understand the Date and Time functions better, which also explains basic 'Object Pascal' in greater detail, using helpful examples. Please note this directs you to the "Date and Time" page. You can find the rest of basic things on 'Object Pascal' towards the left panel of the page.
 
Just to join the dots up in terms of resources (and I'm not jumping on the bandwagon to get a star!), see the FAQ section for this forum and particularly the following FAQs:
faq102-2794
faq102-5352

Clive
Runner_1Revised.gif

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer." (Paul Ehrlich)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
 
Also I think if you are ever tempted to venture into the cold dark waters of COM programming in Windows, Delphi 5 is great. By default it creates dual interface COM objects and if you use it for ActiveX the controls work in everything I've tried. If you don't put a design-time license on the ActiveX it will even work in scripting languages that can do ActiveX such as Win32 Python.

From what I have seen the only weak point for COM in Delphi(at least as of version 5 Pro.. I haven't the used newer versions) is that I haven't seen a shell extension that works. You pretty much need to do those in VC++ 6.

Also playing around with or reading about COM gives you an idea how to design Delphi classes using interfaces. It gives you another perspective. (Plus a lot of the Delphi classes that use interfaces are really COM classes with a wrapper around the COM object.)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top