When a private constructer is being inherited from one
class to another class and when the object is instantiated
is the space reserved for this private variable in the
memory??
How to Load a locale file into the THTML component ?
28
How to assign a file variable in a Record?
57
How to Change the display mode settings in code?
35
An image map is a collection of
15
How to keep seconds from being included in the display when
using TDateTimePicker?
5
What changes does a control need to run in an MFC 4.2b
container?
79
How to Use JPEGs from resource files ?
37
what are the different types of dBASE Unique style indexes ?
7
Write a function stroverlap that takes (at least) two
strings, and concatenates them, but does not duplicate any
overlap. You only need to worry about overlaps between the
end of the first string and the beginning of the second
string.
Examples:
batman, manonthemoon = batmanonthemoon
batmmamaman, mamamanonthemoon = batmmamamanonthemoon
bat, man = batman
batman, batman = batman
batman, menonthemoon = batmanmenonthemoon
17
Where to get TUpdateSQLProvider component ?
19
How to Extract an icon from a .exe or .dll?
53
How to Change windows default printer in code?
27
How to Propagate constraints from middle-tier to client?
42
How to Hide the application from the Windows Taskbar?
2
How to Connect via ODBC using Delphi or C++ Builder ?
21
How to use the InterBase API security functions to add,
modify and delete users?
46
Write a program that accepts a string where multiple spaces
are given in between the words. Print the string ignoring
the multiple spaces.
Example:
Input: “ We Are Student “
Output: "We Are Student"
19
Do the ADO components come with the professional version of
Delphi 6?