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 IamaSherpa 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: *

  1. GrandpaF

    Build Error

    Many thanks.... "GridArray[i]->OnMouseUp = TfMainRecharges::DoMouseUp;" is what I needed, fixed the problem.
  2. GrandpaF

    Build Error

    I was trying to do the same as I did earlier. You will notice in defining the TabArray a line "TabArray[i]->OnShow = TabOnShow;" which performs the OnShow event of the TabSheet. This works fine. The function for this is as below: ---------------------------- void __fastcall...
  3. GrandpaF

    Build Error

    At runtime I want to generate a pagecontrol with a number of tabsheets, each tab sheet to have a StringGrid. My code for doing so is: ------- ppc = new TPageControl(this); ppc->Parent = this; ppc->Align = alClient; ppc->TabPosition = tpTop; for(i=0;i<NumberTabs;i++) { TabArray[i] =...

Part and Inventory Search

Back
Top