Re: Where are protected members list?
- From: "alanglloyd@xxxxxxx" <alanglloyd@xxxxxxx>
- Date: Fri, 20 Jun 2008 23:04:27 -0700 (PDT)
You would usually find that in the Help file. But from Rudy's comment
that appears to not be supplied. One should be able to find the
declaration in the source code (if one has a Delphi version which
provides the source).
But the Windows Search facility to find object declarations might not
be implemented. Certainly with Delphi 3 & Windows XP it was not
implemented for me. I had to make an entry in the Registry to enable
Windows searches of .pas & .dpr files as text files (otherwise Windows
would not know how to search those files). Later Delphi install
procedure may do this in the installation code.
DON'T DO THIS UNLESS YOU REALLY KNOW WHAT YOU'RE DOING
Telling Windows that file may be searched as text files involves
running a .reg file with the following entries ...
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.dpr\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\.pas\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
DON'T DO THE ABOVE UNLESS YOU REALLY KNOW WHAT YOU'RE DOING
Alan Lloyd
.
- Follow-Ups:
- Re: Where are protected members list?
- From: Amir
- Re: Where are protected members list?
- References:
- Where are protected members list?
- From: Amir
- Re: Where are protected members list?
- From: Maarten Wiltink
- Re: Where are protected members list?
- From: Amir
- Re: Where are protected members list?
- From: Maarten Wiltink
- Re: Where are protected members list?
- From: Amir
- Where are protected members list?
- Prev by Date: Re: Where are protected members list?
- Next by Date: Re: Where are protected members list?
- Previous by thread: Re: Where are protected members list?
- Next by thread: Re: Where are protected members list?
- Index(es):
Relevant Pages
|