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

    How to construct web address from concatenated text and variables

    My need is simple. I need to send a URL to collective2 to place an order at a specific price defined by a variable in delphi. I know how to send the URL but how do I concatenate into the URL a variable containing the price? Here's what the urL looks like: http://www.collective2...
  2. Han777

    how to access a URL

    I have written a working Delphi dll and want to add code in it to access a URL under certain conditions. Once the condition has occurred can I access the URL with a line or two of code? Do I need to add Uses? Could someone give me a sample of what that line or two would look like?
  3. Han777

    How to create & call an indeterminate number of instances?

    I need to create multiple instances of an object, then keep calling any or all of those instances until no longer needed, at which time any can selectively be destroyed. I would like to know a programmatic way of creating and calling each instance, naming each incrementally, without knowing...
  4. Han777

    Best way to convert a double to an integer?

    What's the most direct way to convert a double to an integer?
  5. Han777

    How to detect an object's name

    I create two different instances of a class, objectA and objectB. in the procedure method of the class how do I ask 1) whether the currently processing object is objectA 2)what the name of the currently processing object is? I don't want to test to see what the class "is" because both objects...
  6. Han777

    static variable at class level (example?)

    In Delphi, could someone give me an example of what is meant by variables that are "static at the class level.
  7. Han777

    concatenated commands

    is it possible with Delphi to take a passed string parameter and combine it with string variables (or directly with other strings) then turn that string concatenation into a command, that is a working line of code instead of a long string that doesn't do anything?
  8. Han777

    unit to unit referencing of public variables

    As a professional trading system developer writing Delphi dll for NeoTicker, I've recently advanced from procedural to Object Oriented Programming and am having trouble referencing across units. If in Delphi unit1 a procedure of a class named Dad assigns a value to its public variable DadsVar...

Part and Inventory Search

Back
Top