Calling the Operator =
Question: How can I call the operator= of the base class from the operator=in the derived class?The data member in the base class is a private data member. I want
Question: How can I call the operator= of the base class from the operator=in the derived class?The data member in the base class is a private data member. I want
Question: I am trying to make a Delphi program that has TCP/IP networking capabilities.I found some functions, etc. in the wininet.dll.My question:Does anybody know how to use it?The manual says
Question: When a user clicks on an item in a list box, how can I get the actual string that was clicked on? For example, if ‘dog,’ ‘cat,’ and ‘fish’
Question: I’m using Delphi to do a client-server application in which all the lines I get from a socket I send to a TMemo in my form. I want that
Question: I am using a simple grid with names and numbers, and I have the fields set as required in the database. I would like to know how to trap
Question: I am currently trying to convert three components to ActiveX components. I am doing this through Delphi 3, which I realize some people do not have access to.I need
Question: Can you tell me how to change the background color of an applet from the normal grey to white? I would greatly appreciate it. Answer: Try putting the line:
Question: 1. I developed an application, but after running for about one hour, a message error: “Insufficient memory to do the operation” occurred. The error did not cause the application
Question: Is it possible to have more than one class in the same file ? Answer: Yes. The file Foo.java may contain several class declarations, but amongthem must be a