Trade Secrets

ScottMattes

Member³
Where can I get the component that you use to put the green arrow on the Table Describe window? Or, would you point me to a similar component?

Thank you.

------------------
------------
Scott Mattes
 
Please search in Jedi project (http://www.delphi-jedi.org/) for a JEDI VCL and TJvaCaptionButton component or anywhere for a so-called "Caption Button" component.

Joachim Rupik
 
Thank you, I'll try it out tonight.

I had found one last night, but it didn't work in my plug-in. A simple .exe test worked just fine, but as a .dll it failed.
 
Originally posted by ScottMattes:
Thank you, I'll try it out tonight.

I had found one last night, but it didn't work in my plug-in. A simple .exe test worked just fine, but as a .dll it failed.

I am temporarily off the air from the motel, so can't check this out.

Marco Kalter, is there any possibility of using the one PLSD uses?

------------------
------------
Scott Mattes
 
In PL/SQL Developer this is not a component, but functionality that is an integral part of PL/SQL Developer. I'm afraid it cannot be easily isolated, so hopefully one of the publicly available components will do.

------------------
Marco Kalter
Allround Automations
 
One of the examples of doing this that I found defines a descendant of TForm and puts the functionality right there - is that the way PLSD does it?

------------------
------------
Scott Mattes
 
The rollup button is indeed part of a specific form class that is derived from TForm.

------------------
Marco Kalter
Allround Automations
 
Back
Top