![]() | Products |
| Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
| Messages 1 to 2 of 2 total |
| Fri, Jul 5 2013 4:14 PM | Permanent Link |
Ronald | Hi,
I have a created a component with the event Tell: TMCell = class(TCell) private FTell :TNotifyEvent; public protected property Tell:TNotifyEvent read FTell write FTell; end; If I create an instance of TMCell and set the property Tell, the compiler tells me the property does not exist. What am I missing? Thanks, Ronald |
| Sat, Jul 6 2013 3:51 AM | Permanent Link |
Matthew Jones | "Ronald" <rvdpas@SPAMgmail.com> wrote:
> Hi, > > I have a created a component with the event Tell: > > TMCell = class(TCell) > private > FTell :TNotifyEvent; > public > protected > property Tell:TNotifyEvent read FTell write FTell; > end; > > If I create an instance of TMCell and set the property Tell, the compiler > tells me the property does not exist. > What am I missing? > > Thanks, > Ronald If that code is copied, which would be good, then you have put the property in a protected section so it is not public. -- Matthew Jones |
This web page was last updated on Thursday, September 10, 2026 at 07:05 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

