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

    FieldAddress() Designtime vs Runtime. Why does it always return nil?

    How can I find out an address of a WinControl? If the WinControl (e.g. a button) has been dropped on the Form1 at designtime it works like a charm. But if I dynamically create a button then it doesn't. Is there any way how to find out the address of the dynamically created Control? addr :=...
  2. knnknn

    Store procedure and its parameters and then call it

    Is it possible to store the current values of a procedure to call it later? Something like: var procdat:TCompleteProcedureData[/color red]; procedure TForm1.Memo1MouseMove(Sender: TObject; Shift: TShiftState; X, Y: Integer); begin StoreAllValues(procdat); // procdat should contain now...
  3. knnknn

    Hello, I don't know what else to tr

    Hello, I don't know what else to try. I have spent the last days on this, so maybe someone here can help me. I have 3 computers (Windows 2000 on each). They are connected thru a switch. I can plugin the modem to the uplink port and computer 1 can go online. No matter what I try Computers 2 and...

Part and Inventory Search

Back
Top