Tagged Questions

10
votes
5answers
200 views

What is the purpose of the ‘Tag’ property of Delphi VCL components?

Is there any specific purpose for the 'Tag' property of Delphi VCL components? I have Googled a few examples using it as, for example, a 'color' property or using the value as a po …
0
votes
1answer
85 views

How do I remove items from the default right-click menu in Delphi 2010?

Who or what inserts the Unicode, right-to-left and IME items at the foot of the default right-click popup menu in Delphi 2010 VCL applications? I would like to remove them for use …
1
vote
2answers
133 views

Opacity of a TWinControl?

How could one change the opacity of a TWinControl based control? And why didn't they add this capability to TControl/TWinControl level (why only TForm)?
3
votes
3answers
116 views

Enumerate the VCL controls in a external application

Hello, is possible via the Windows API's to enumerate and iterate the VCL controls on a form (TForm) belonging to a external Win32 application written in C ++ Builder or Delphi. B …
1
vote
6answers
152 views

Determine if running as VCL Forms or Service

I have code which is used both in services and within VCL Form applications (win32 application). How can I determine if the underlying application is running as a NT Service or as …
2
votes
1answer
130 views

Delphi 2009 - Handle when window is restored via double clicking the SysMenu?

Hi, I need to handle when the user restores the form by double clicking the title bar. I tried handling the WM_SYSCOMMAND window message however this only works if the user restor …
4
votes
1answer
203 views

[Delphi] Remove Item from ListBox?

Hello, Is there any way to remove item from listbox based on it's name but not index value? I would like to remove item named "Mouse" (which index # changes all the time).
6
votes
4answers
226 views

Delphi VCL for Win32 - multiple event handlers.

Hi, I'm looking for some code allowing easy asigning many event handlers to a single event of object... I needed it very much for my plugin architecture, so I implemented some repl …
0
votes
2answers
115 views

VCL for Web skins/themes ?

Hi All, Has anyone created a skin/theme wrapper for Intraweb/VCL for Web ? The default look of the grids etc are very dated.. Any info appreciated.. Thanks
1
vote
2answers
98 views

Finding out position of a control inside TGridPanel

How I can find out the position (row and column index) of controls inside TGridPanel? I'd like to use common OnClick event for number of buttons and need to know the X,Y position o …
9
votes
2answers
508 views

What’s the difference between Refresh,Update,Repaint?

Hello, I don't know ,which of those three suits me most,they all work for me.Does anyone know the difference between Refresh,Update and Repaint?
1
vote
4answers
121 views

[Delphi] TabSheet does not display images

Hi, Is there any reason why images are not being displayed if I place it into tabsheet? Just shows white background instead.
2
votes
4answers
158 views

Checking for Copy vs. Move in Delphi Drag and Drop

Using the 'standard' VCL drag and drop events OnDragOver and OnDragDrop, how can I distinguish between "Copy" and "Move" operations? I don't seem to have a TDragType available, a …
2
votes
5answers
202 views

How to tile a Image in TImage?

Hello, How do I tile a image in a Timage in Delphi? Why I need it: Instead of creating more TImages at runtime,I could create one and store my image there knowing that it will be …
1
vote
3answers
208 views

how to create a Non-rectangular button with delphi?

hello all Friend... How to create a transparent Non-rectangular button with delphi? I Need Urgent Help.........

1 2 3 4 5 6 next
15 30 50 per page