pascal
How can I access a delphi control from outside the form's unit?
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...[详细]
2023-01-30 20:36 分类:问答What's the difference between ListView and GestureListView?
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[详细]
2023-01-30 10:20 分类:问答Why the form moving effect is not happening the first time?
I\'m using this code to show a for开发者_如何学Pythonm with a messenger-like popup: TimeSleep := 5;[详细]
2023-01-30 07:58 分类:问答Is mouse over Form?
This code is not working for me on Delphi XE: http://delphi.about.com/cs/adptips2000/a/bltip0800_5.htm[详细]
2023-01-30 06:15 分类:问答How can I pass a form to a procedure as parameter and manipulate its properties?
Let\'s say I want to create a procedure in a unit I made that shows and hide forms by name (passed as parameter).[详细]
2023-01-29 20:09 分类:问答Why does the compiler say "Too many actual parameters" when I think I've provided the correct number?
I\'ve d开发者_如何转开发eclared the following function: function next(current, next: string): Integer;[详细]
2023-01-29 19:31 分类:问答How to call a function stored in a Unit?
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.[详细]
2023-01-29 19:18 分类:问答Application.MainFormOnTaskbar := False; not hiding application from taskbar
Why setting Application.M开发者_如何学编程ainFormOnTaskbar to False is not preventing the application from showing on taskbar?[详细]
2023-01-29 14:37 分类:问答Array syntax in pascal
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[详细]
2023-01-28 23:17 分类:问答Compiling pascal programs with FPC and then running them, all in Notepad++
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.[详细]
2023-01-28 05:21 分类:问答