New Delphi Component : Delphi
This is a discussion on New Delphi Component within the Delphi forums in Programming Languages category; Good Morning I am creating a new delphi componet whic is derived from TCustomGroupBox component. I have implemented some new properties in this component visibles in OBject inspector such as "Type" and "Status". Both prioperties are of Unumerated type that means they are composed by some defined option: TType=(Station,Pallet) TStatus(InWork,Done,OutOfLine,raw) Now i would like to influence the option of "Status" in dependence of what has been select in "Type". For example, if "Pallet" has been select in "Type" in the "Status" property the option selectable should be as report above,if the user select "Station" in "Type" property the option selectable ...
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| I am creating a new delphi componet whic is derived from TCustomGroupBox component. I have implemented some new properties in this component visibles in OBject inspector such as "Type" and "Status". Both prioperties are of Unumerated type that means they are composed by some defined option: TType=(Station,Pallet) TStatus(InWork,Done,OutOfLine,raw) Now i would like to influence the option of "Status" in dependence of what has been select in "Type". For example, if "Pallet" has been select in "Type" in the "Status" property the option selectable should be as report above,if the user select "Station" in "Type" property the option selectable in "Status" should be as report below: TStatus(enabled,disabled) Do you know how is possible to made it in Delphi Thanks |
![]() |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Delphi 2007] How can i set that delphi start form # from 1(after starting a new VCL project)? | usenet | Delphi | 1 | 08-03-2008 12:30 AM |
| Delphi 7: How do I debug with component without code ? | usenet | Delphi | 3 | 06-26-2008 12:27 PM |
| sftp component for delphi.net | usenet | Delphi | 6 | 05-31-2008 11:36 AM |
| How to prevent Delphi from intercepting VCL exceptions generated by component | usenet | Delphi | 4 | 01-09-2008 01:28 PM |
| Translate C++ code to Delphi (pascal unit)... But not works in Delphi. | usenet | c++ | 1 | 12-20-2007 09:31 PM |



