Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cupboy2013
  • Content: Threads
  • Order by date
  1. cupboy2013

    Undeclared identifier ToString

    Writeln('rows affected: ' + ADODataset1.Recordset.RecordCount.ToString()); // undeclared identifier ToString If I leave out ToString() I get a compile error and if I leave it in ToString is underlined in red and says undeclared identifier ToString The program compiles and runs ok, so what is...
  2. cupboy2013

    TADO missing from component tool bar

    How can I add this? If I click add all it does it ask me for new component palette name. Not too useful. And why is TADO missing in the first place?
  3. cupboy2013

    Screen layout doesn't stay put

    Everything I lock the computer or the screen saver comes on Delphi maximizes itself and redisplays windows that I had previously closed. How can I change this unwanted behavior?
  4. cupboy2013

    Does SQL Server work with dbExpress

    I have the professional version of XE5. How might I connect to a SQL Server database or does that require additional software purchases? Also I could not try the example because it says DBXMsSQL.dcu file not found. Where might I find this file or does that cost extra?
  5. cupboy2013

    What is Delphi equivalent of Console.Readline ?

    I have a console application and can display text but how can I accept text from the console?
  6. cupboy2013

    Minimizing a window

    I've tried a few things. //self.WindowState := TWindowState.wsMinimized; frmMain.WindowState:=TWindowState.wsMinimized; but instead of acting like pressing the minus sign at the top right of the form all it does is creates a little window right above the task bar. What kind of strange behavior...
  7. cupboy2013

    How to concatenate strings in new Delphi (old way no longer works) E2008 Incompatible types

    Any explanation of why these lines of code are bad? Is something totally different about strings in the new Delphi as compared to Delphi 7? { lbx.Items.Add(Dest + '[' + Dest2 + ']'); } { TODO: So plus signs are illegal now? How do you concatenate strings?}...

Part and Inventory Search

Back
Top