Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!feeder.erje.net!news-1.dfn.de!news.dfn.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Hans-Peter Diettrich Newsgroups: comp.lang.pascal.delphi.misc Subject: Re: Delphi documentation Date: Wed, 18 Apr 2012 15:31:06 +0200 Lines: 13 Message-ID: <9v7rinF5lqU1@mid.individual.net> References: <31792446.815.1334737104243.JavaMail.geo-discussion-forums@vbpp14> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net xyrL3IHfIxaC4m3TgjXLkQqHuy06vDwWC8/hIcq6Qbow5E1NnL Cancel-Lock: sha1:8zWxN8ravA8aKI7iYv3XoMhSlTI= User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <31792446.815.1334737104243.JavaMail.geo-discussion-forums@vbpp14> Xref: csiph.com comp.lang.pascal.delphi.misc:260 ts.borisova3@gmail.com schrieb: > Hi, do you know where I can find Delphi documentation. I need to see > all methods in TObject. I looked everywhere in the Internet but I > couldn't find any documentation. Thanks in advance Up to D7, at least, you can open the help on TObject or any other class. Then you'll find in the title bar links to "Methods" (Properties...), which open the list of these items. Also in CodeExplorer you see a list of all classes in a unit, with expandable nodes for lists of the class members. DoDi