c++builder
Cannot dynamically link to components in a custom bpl
While drafting the following post I found a solution, but I thought it might be still worthwhile to post here for reference. See solution below.[详细]
2023-04-01 09:11 分类:问答get hour from TTime object without using DecodeTime method
Is it possible to retrieve hour from TTime object in 开发者_运维百科c++ builder without using DecodeTime(args), by doing calculations ?The HourOf function returns the current hour of a TDateTime valu[详细]
2023-03-31 12:36 分类:问答What's the best way to add progressbar to cxGrid column
I am adding progressbar to each row of my first grid\'s banded tableview column ! The way I do it => I put 4 progressbars on my form and on[详细]
2023-03-31 11:00 分类:问答Subversion version control integration in c++ builder
Does C++ Builder has Subversion v开发者_运维技巧ersion control integration or it comes only with XE edition?Check out PushOK component. I have been using this.Version Insight uses some of the latest D[详细]
2023-03-31 10:21 分类:问答Sending attachment using TIdAttachment in c++ builder
How to send attachment using TIdyAttachment ? How to convert this TIdAttachment.Create(msg.MessageParts, \'c:\\at开发者_运维问答tach.bmp\'); delphi statement to c++ builder ?[详细]
2023-03-30 20:50 分类:问答C++Builder: Create a TForm with BorderStyle bsNone that is nevertheless movable and resizable
I\'d like to have a TForm with BorderStyle = bsNone (no borders, no caption), which is nevertheless resizable and movable. I already figured out how to do the resizable part, but I\'m stuck with getti[详细]
2023-03-30 04:22 分类:问答How do I trace an intermittent crash that occurs only under the debugger, but is not caught by it?
I have an odd intermittent crash that only occurs under some circumstances that I am having trouble solving, and I\'m seeking SO\'s advice for how to tackle it.[详细]
2023-03-29 13:38 分类:问答Borland C++ Builder: Some UI-Events not available anymore?
I\'m currently porting old code from Borland C++ Builder 5 to C++ Builder XE (the newest version). There seem to be a lot of properties and some events that are not anymore supported in XE. Most of th[详细]
2023-03-28 20:07 分类:问答Is there a faster component than TMemo on CodeGear C++ Builder?
I\'m using CodeGear C++ Builder 2009 and have problems with the TMemo component. I开发者_StackOverflow中文版t\'s too slow. I use it to display ASCII text from the COM serial port. I need to display ev[详细]
2023-03-28 13:53 分类:问答How to set my custom values on Y-axis of my chart [duplicate]
This question already has an answer here: Closed 11 years ago. Possible Duplicate: teechart problem for series label[详细]
2023-03-27 04:55 分类:问答