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 bkrike 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: *

  1. HobbyProgrammer

    How to use elements of a component as var

    Hello Would like to pass e.g. Edit.Text or ComboBox.Text or ComboBox.Items as a var into e.g. Procedure DefineMyComponents(var Edit.Text : String; var Box.Text : Sting; var Box.Items : Tstrings); by calling it e.g. with...
  2. HobbyProgrammer

    Different Arrays sharing same storage space?

    Hi With an ABSOLUTE-declaration it is possible that two different arrays share the some storage space, e.g. like NumberSequence : Array [0..9] of Integer; FirstPart : Array [0..4] of Integer ABSOLUTE NumberSequence[0]; Note, both arrays are starting here from zero. Now, how could it...

Part and Inventory Search

Back
Top