Alexandre Leclerc wrote:
On 3/16/06, Marco van de Voort <[EMAIL PROTECTED]> wrote:

How can you check Delphi's source for cleanness ? It is not available,
except for a few modules like RTL,VCL.


Well Marco, I was talking about the "RTL, VCL" part, not the source of
the actual devel tool, interface, etc. Only from the point of vien of
the developper and the toolkit to develop. (Just try to go down the
roots of a simple TButton... you quickly fall in 'includes' files and
so on.


include files are not clean?

Getting to the roots of TButton is so easy.

Drop a button on a form. Press F12. Goto the form declaration and click with mouse on TButton, while you hold the <Ctrl> key.

Then, if you want to see the TCustomButton methods and properties <Ctrl>+click on TCustomButton. Or if you want to see the implementation of the Click method, set your cursor on "Click" and press <Ctrl>+<Shift>+<Down>.

Vincent.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to