Hello, The below is not what I am after. What I need to know is what you do to get the component editor to make the dropdown boxes exclusive. EG when I select TRUE for one dropdown, the other flicks to FALSE. I do not know how to get these events to occur. Al+ KH> procedure TSoftShare.SetUseHDSerial(AState: Boolean); KH> begin KH> FUseHDSerial := AState; KH> FUseDateTime := not FUseHDSerial; KH> end;
KH> Hi. I have a bunch of questions. Answers to any appreciated: KH> Q1 altering a registration component. On the components property form, I want to KH> have two properties: UseHdSerialNumber & UseDateTime, each exclusive. Thus if KH> one is selected True, the other is forced to False (and displays False). KH> Please; how to alter the other Property at design-time. I did the following but KH> not correct: --------------------------------------------------------------------------- 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" Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/