[fpc-pascal] Re: OpenDelphi.org
Vincent Snijders
vsnijders at quicknet.nl
Thu Mar 16 14:51:54 CET 2006
Alexandre Leclerc wrote:
> On 3/16/06, Marco van de Voort <marcov at stack.nl> 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.
More information about the fpc-pascal
mailing list