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 strongm 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. Rommel

    understanding string handling procedures and functions

    there are two types of string in delphi. you can use pascal string types or PChar. the difference between the two is that PChar uses a pointer and it begin with s[0] and terminated with #0 character and when using this you have to worry about allocating memory for the string value, string...

Part and Inventory Search

Back
Top