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 strongm 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: hajimeml
  • Content: Threads
  • Order by date
  1. hajimeml

    How to add target in Project Option?

    Hello, I am using Borland C++ 6.0. I am trying to modify a complex program written by somebody else. Comparing two different versions of the same program, I found that under project->option, an automatic creation target is missing. How can I add one more item in this list? Thanks.
  2. hajimeml

    Is there a way to get a list of callers to a particular class?

    Hello. In a complex Borland Builder C++ project with hundreds of classes, is there a way to find out the callers to a particular class? Thanks.
  3. hajimeml

    Good source to know more about TListBox, TIntEdit, TDoubleEdit, etc

    Hello. Could you please let me know where I can get more information about TListBox, TIntEdit, TDoubleEdit, etc? I encountered a code fragment like: TListBox *lbMP; lbMP->Clear() I suppose there is a member function Clear() within TListBox. However, cannot find any information on what it...
  4. hajimeml

    Questions related to _property and form

    Hello. I found the following statement from the program I try to understand. Could you please let me know what it is supposed to do? editFBG1->Value = CTG->GetFBG1() where - editFBG1 is a pointer to TDoubleEdit. - It is also a _published member of TFormCT - CTG->GetFBG1() returns a value of...
  5. hajimeml

    about forms

    Hello. Could you please let me knows what the following two code statements mean? Is PACKAGE somekind of special file in Borland C++ Builder? Thanks. extern PACKAGE TFCT *FCT; FCT->ShowModal(); Are there any good books on Form of BC++ 6?
  6. hajimeml

    Is member of an inherited class of TForm global?

    Hello, I have a C++ Builder 6 program written by others. When the program is executed, there is a main form. Depending on the buttons being pushed, different forms appear on the screen to prompt the users for appropriate actions. In Main.h, there is a class definition as follows: class...
  7. hajimeml

    How to display how the classes are related to each other graphically?

    Hello. I am a new user of Borland C++ Builder 6. I have been using C for a few years but I just started learning C++. I was given a complex c++ program written by former lab members. My task is to understand the program and modify it to suite my needs. I have all the source codes (.cpp and .h...

Part and Inventory Search

Back
Top