开发者_开发百科What\'s the Delphi equivalent of \'this\' in C++?Could you please give some examples of its use?In delphi Self is the equivalent of this. It is also assignable as described in here.In m
Having a problem I can\'t seem to put my finger on. I am trying to gather strings (random code with letters and numbers) from a function call and place into my TStringList variable. Relevant code is b
I have a huge pascal code compiled with fpc. I am getting random \"EInOutError\" exception and I am trying to debug it using gdb.
I am trying to compile a 64bit dll for use with a 64bit C# application. I have a simple class and a simple app to try and test it and it falls over no matter what I try and do.Here is the code:
Having read a line from a text file using ReadLn(InputFile, strVar), I need to read each character of strVar, and if it contains the letter \'E\' (for example), I want to output (write to a new file,
I would like to read from standard input word by word (i.e., the input string is always a collection of words separated with blanks). Now I\'m using the rea开发者_开发百科d function and I read the inp
I need to make parts of my Win32 Delphi app available to another company\'s Linux gcc program. Throughput and deployment requirements make any s开发者_开发百科ort of remote service unsuitable so I\'m
I have a database that I need to query over and over as fast as possible. My queries execute pretty quickly, but there seems to be some additional lag.
This snippet not only causes a runtime error, it makes FPC close if I run it using the debugger. procedure sortplayersbyscore(var vAux:tplayers);
Howdy, Pascal masters! I\'ve got a file type of custom records: DBCell = record Name: string[10]; Surname: string[15];