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

    How to make a function return an array?

    Hi, I'd like to have my nice little function return an array, I'd expect this to be possible, but when I do this... function GeneralCalculatePosition(WidthHeight: Integer; spacing: Integer; padding: Integer; multiplier: Integer):Array of Integer; begin if multiplier<>0 then if multiplier=1...
  2. wizzor

    TQuery, counting, adding and so on

    Hi, I'm making a rather simple database program, with TurboDelphi. I would like to make some calculations, based on some DB data, provided by a TQuery component over ODBC. I would like to do the following: Count rows that were returned by the query. The only way I found that could do this, is...
  3. wizzor

    TurboDelphi MySQL Connectivity problem

    Hi, I've been asking about databases before, and 'til now, had to use BDE for my database connectivity. I'm currently using TurboDelphi for development. I wanted to use dbExpress to connect to a mysql database to do some simple database editing, but what do you know, it doesn't work :( Here's...
  4. wizzor

    Class creation problem

    Hi all, I have a slight problem when attempting to create a class. I'm creating it, based on TPanel, and it is supposed to include a button showing the text hello world. unit spanel; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs...
  5. wizzor

    Changing event procedures runtime?

    The subject covers it, I want to make button1 change the OnClick Event of Button2 wile running the program. The actual problem is a little more complex, but I'll explain the rest when I can get the basics straight.
  6. wizzor

    Delphi databases: how to not use DBNavigator?

    Hi, I'm creating a database program, and what I want to do, is display a list of entries on a DBGrid object, and upon double clicking an entry, a new tab would be created on a tabControl object to view detailed information. The creating of a new page was relatively easy, as was opening the...

Part and Inventory Search

Back
Top