I\'m usingDelphi XE and FireBird 2.5. Try use a TSQLStoredProc and give me the error \"Cursor not returned from Query\" when I put the Active property to TRUE.
I have a large amout of objects that all have a filename stored inside. All file names are within a given base directory (let\'s call it C:\\BaseDir\\). I am now considering two alternatives:
In the question here a method for creating a compatible TValue to use with SetValue is shown. I\'m trying to make a generic version of this, to use RTTI to store a class into an INI file. This is my c
Delphi XE\'s project linking option has a new option: Place debug information in separate TDS file Is there any different with the following combination when com开发者_如何转开发pile a project:
Is there a way in Delphi XE to have a开发者_开发知识库n SQL monitor that tracks all SQL done by my application? Delphi 5 had a component for it.As already suggested here you might use TAdoConnection.O
Does a开发者_JS百科nyone know if it is possible to apply custom themes to Delphi applications. Example, changing the default colour, font, tab styles, etc. of a whole application (i.e. set of forms) a
I want to load a PNG with transparent background in a TImageList and use it in a TMainMenu (via TAction).
I always thought that the owner is responsible for destroying visual controls and that I can manually control destruction if I pass nil as the owner.
What Delphi visual control or combination 开发者_运维问答of controls do you suggest for editing, adding and deleting key/value pairs (strings)?Try the TValueListEditor component (to allow to the compo
I have an IConnectionPointContainer and know the connection point whose events I want to sink. Now I need to write a class containing callback methods for these events.