Pascal is an imperative language from the Wirthian family created in 1969.
How to convert a integer to float in Delphi? E.g int_h:= int_var/1.5* int_var;
delphi pascalI want to get a random number in pascal from between a range. Basically something like this: r = random(100,200); The …
pascalUsing System.Move() to insert/delete item(s) from an array of string is not as easy as insert/delete …
delphi pascalContext 1 var text:String; text:='hello'; myFunc(text); Context2 function myFunc(mytext:String); var textcopy:String; begin textcopy:=mytext; end; …
delphi pointers pass-by-reference pascalI'm interested in a library(for windows) written in Delphi/Pascal or C++ that allows me to record(to a …
c++ delphi delphi-2010 pascal freepascalI studied Turbo Pascal in 1997 and I liked it very much as a language. Everything was very structured and the …
pascalI'm trying to get the install directory of an application from the Windows Registry (Google Sketchup in this case) with …
windows registry inno-setup pascalI was looking for a Pascal equivalent for (for example) the php's substr function, which works like this: $new_string = …
substring pascal substrWhats the difference between Object Pascal and Delphi? Are they the same thing? What are the differences and similarities between …
delphi pascal