Hi Pete! I have always believed that the VCL contains standard Win32 components which have been improved by Borland to make life easier for programmers. Therefore, the inputbox (which is a visual compnenent) is not part of the VCL because it is only a wrapper around a standard Win32 component. The Editbox, on the otherhand, is part of the VCL because it takes a standard Win32 component and improves it (passwordChar). If you look at the help for Tedit and select properties, you can see those properties which come from TCustomEdit as opposed to the properties from TWinControl, or Tcontrol.
Hope this clarifies things. Tom Nesler Live long!... Code Well!... and Prosper!... V -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Software Developer Sent: Monday, January 02, 2006 4:07 PM To: [email protected] Subject: Re: [delphi-en] vcl? Visual Component Library --- petesouthwest <[EMAIL PROTECTED]> wrote: > Hi > > Sorry to ask what is probably a daft question, but > can someone please > explain exactly what the vcl is? > > Is it only the graphical components of delphi? > > Is for example an input box created by a line of > code (ie > inputbox('','','') part of the vcl or somethign > different? > > Thanks for any help given > Pete > > > > ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

