G'Day,

Is it possible to do the following:

type
  TMyComponent = class(TComponent)
  private
  public
  published
     property Blah : SmallInt read .....
     property Blah1 : TBlah1 read ......
     property Blah2 : TBlah2 read ......
  end;

Is it possible to have property Blah1 visible only if Blah = 1 and Blah2
visible if Blah = 2 in the object inspector? ie Have the visibility of
properties dependent on another property?

TIA

------------------------------------------------------------------------
--Donovan [[EMAIL PROTECTED]]
Donovan J. Edye [www.edye.wattle.id.au]
Namadgi Systems, Delphi Developer [www.namsys.com.au]
Voice: +61 2 6285-3460 Fax: +61 2 6285-3459
TVisualBasic = Class(None);
Heard just before the 'Big Bang': "...Uh Oh...."
------------------------------------------------------------------------
GXExplorer [http://www.gxexplorer.org] Freeware Windows Explorer
replacement. Also includes freeware delphi windows explorer components.
------------------------------------------------------------------------

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to