I am trying to connect to a Interbase DB at runtime via the BDE. I am trying to do this in a formless project (but not a console app). The alias is known. I retrieve the alias from the registry.Exampl
I\'m getting the system imagelist (with SHGetFileInfo and SHGFI_LARGEICON), adding two of my own icons and attaching it to a TListView.
I want to set proxy in action connection for IE with Delphi codes. I test this code: Procedure SetProxy(const Server: String);
I am setting Font.Charset to EASTEUROPE_CHARSET for all controls on my form. This works great for controls such as TLabel.开发者_如何学编程 But for controls that are simply a wrapper around a windows
My software has to make database backups and one of the expected features is that this backup can be canceled.
I am looking for various ways to make my application more userfriendly, at this time I use my own functions and graphic library in order to crop images and save them, however I really like Google Pica
This question already has answers here: Closed 12 years ago. 开发者_StackOverflow社区 Possible Duplicate:
Top post: I have accepted an answer,but it doesn\'t work for me. I will post a new question, stressing Delphi 7. Thanks to all who gave some good input
how to insert blob data i开发者_StackOverflow社区nto oracle xe from delphi 7 (ado component) Check these samples using a TAdoQuery component.
as a follow up question to my previous one.I can edit the DBMemo\'s now. However they always seem to have the values from the very first row in the table.