Enter Keywords:
1 - 10 of 38(0 seconds)
Sort By:
 
I put TImage (alClient) in form and I put TPanel in front of TImage. How to get picture the behind of TPanel and next painted in TPanel. (I don't want using TLabel !) Regards, Joely
Zones: Delphi ProgrammingDate Answered: 11/04/1998 Rating: 7.6 Views: 0
How Can i access to The TPanel.Canvas property ? I am writing a annual calendar component. Each day is a TPanel. It works fine, but now i want to be abble to write : 1) In the Top Left Corner, in ...
Zones: Delphi ProgrammingDate Answered: 12/23/1998 Rating: 7.6 Views: 0
I have a component that is derived from tpanel. What i am trying to do is put in a ShowAccelChar Property on it. but there is no capture event for the setting of the text, can someone tell me h...
Zones: Delphi ProgrammingDate Answered: 07/18/2001 Rating: 7.0 Views: 0
I'm designing a derivative of TPanel which has OnMouseDown, OnMouseUp and OnMouseMove events. All events have handlers assigned correctly. There is a paint box over the top of the panel which has t...
Zones: Delphi ProgrammingDate Answered: 07/19/2003 Rating: 6.0 Views: 0
Hello! On OnCreate of my component (is TControl descendent), i need to create a TPanel (or any other container) on the Parent form of my component. Like TPageControl do with TTabSheet. Like TToolB...
Zones: Delphi ProgrammingDate Answered: 08/29/2003 Rating: 5.8 Views: 0
How can I use the XP alphablending with TPanel? I see that work for Forms and Menus.
Zones: Delphi ProgrammingDate Answered: 10/19/2005 Rating: 6.8 Views: 0
how can I create a Form vcl and when drop it in my main form to become a part of my main form ? An embedded form I think. I wish to work as a panel but to derive from TForm and not from TPanel. ...
Zones: Delphi ProgrammingDate Answered: 09/10/2006 Rating: 6.8 Views: 0
Hi there, I am trying to do the following, I've got an application that has a main form: MainForm I have a LeftPanel panel on the left of the application... Now...The Application has...
Zones: Delphi ProgrammingDate Answered: 01/16/2007 Rating: 8.8 Views: 0
How to change the color of the edge of TPanel in Delphi? In Standard TPanel, the edge is always white
Zones: Delphi ProgrammingDate Answered: 07/22/1998 Rating: 7.8 Views: 0
I would like to add a TPanel control during runtime.   In the Tform1 class:      TPanel tmp.   In Tform1 constructor:    tmp = new TPanel(Owner);    tmp->Top = 100;    tmp->Left = 100; ...
Zones: C++Date Answered: 10/02/2001 Rating: 7.6 Views: 0