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
I\'ve got a TMemo, and I want to always make it exactly high enough to display the number of lines it contains.Unfortunately, I don\'t quite know how to calculate that.I can\'t base it off the 开发者_
Does anybody know if there is an analog of Memo/RichEdit开发者_运维问答? Demand: to number lines, to load big files (more than 5 MB) from a stream.Developer Express have an extensive set of VCL compon
I have a TMemo on a form which allows users to enter a list of items. People can enter many items here. When they click Save the contents of the TMemo is checked and then added to the database.
Is there a way how to enable scroll bars in disabled TMemo component ? I want let the users scroll the content even if the control\'s Enabled property is set to False.
I am having a problem copying the contents of a memo to a richedit component. I thought it would be Richedit.text := memo.开发者_StackOverflow中文版text;
I am using a TMemo to hold received characters from a serial port for viewing. As they arrive I am doing:
In Codegear C++ Builder, I\'m trying to extend the TMemo VCL class to perform some functionality during the OnKeyDown event. I\'ve set up the control and am able to add it to forms and开发者_开发问答
I have an app that opens a non-modal form from the main form.The non-modal form has a TMemo on it.The main form menu uses \"space\" as one of its accelerator characters.
How do I get the line number of a memo when I right click on it? A ListBox has .It开发者_StackOverflow中文版emAtPos but I\'ve not been able to find a similar function