I have a \'For\' loop that displays pages in a Wizard. The loop looks like this: for i := 0 to nodes.开发者_如何转开发Length - 1 do
I have a TInputDirWizardPage to allow the user to pick a backup directory. It automatically allows and error checks the entered paths including UNC paths. The backup directory cannot be a UNC path. Ho
Is there a syntax (like Uppercase(s)) in pascal to convert first letter of a st开发者_如何学Goring to an uppercase. First letter only.Yes; you might use UpCase function (hope most of Pascal variants h
In VB there is a function called LineInput (More i开发者_Python百科nfo - http://msdn.microsoft.com/en-us/library/8e33ddk1(v=vs.90).aspx)
It's difficult to tell what is being asked h开发者_如何转开发ere. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for
I\'m wondering how to get a file name from full path in Pascal. In .NET, we have two functions - Path.GetFileName and String.IndexOf, both of them allow to accomplish the task.开发者_如何学JAVA
I keep getting the \"98 / 39 comp1_~1.pas Error: Incom开发者_运维知识库patible types: got \"LONGINT\" expected \"CHAR\". This is concerning line 6. Any help please.
This snippet not only causes a runtime error, it makes FPC close if I run it using the debugger. procedure sortplayersbyscore(var vAux:tplayers);
I\'m translating the great fmod C header to Pascal, and I\'m stuck because of a forward declaration. If I declare the function before the type, the error is \"FMOD_CODEC_STATE: unknown\", and if I dec
I code using Free Pascal and Lazarus. I want to incorporate the LEET Table seen here (http://en.wikipedia.org/wiki/Leet#Orthography) into a new program, but I\'m unsure of the best way to do so. Sho