I\'m t开发者_JAVA技巧rying to call the Enabled property of a Timer from a procedure defined like this: procedure Slide(Form: TForm; Show: Boolean); and not with a fixed form name (like: Form2.Timer...
What\'s the difference between开发者_开发百科 ListView and GestureListView? Examples would be helpful.the TListview is a VCL control, based in the windows listview, this component is for general use a
I\'m using this code to show a for开发者_如何学Pythonm with a messenger-like popup: TimeSleep := 5;
This code is not working for me on Delphi XE: http://delphi.about.com/cs/adptips2000/a/bltip0800_5.htm
Let\'s say I want to create a procedure in a unit I made that shows and hide forms by name (passed as parameter).
I\'ve d开发者_如何转开发eclared the following function: function next(current, next: string): Integer;
I created a new unit because there are functions that I need to call from all forms and I placed the unit name in the uses list.
Why setting Application.M开发者_如何学编程ainFormOnTaskbar to False is not preventing the application from showing on taskbar?
I am java programmer ,but now i starting to learn more abut pascal programming could you help please How to write this java syntax in pascal
Here\'s my problem I\'ve been searching for a while now on how to compile a pascal program in notepad, then immediately running it after a successful compile.