How to Embede a page break in the Rich Edit control ?
Answer / Kamlesh Bhumarkar
To embed a page break in the Rich Edit control in Delphi, you can use the `crLf` constant followed by two consecutive spaces. Here is an example:n```delphinRichEdit1.Lines.Add('Text 1nnText 2');n```
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Convert from Long to Short file names and paths ?
How to Extract RGB components of a color?
How to Connect to a remote CORBA server?
How to get the date of the last day in the current month?
How to activate different hints for each cell in a grid?
How to install programatically a printer?
Where is the file dsgnintf.pas?
How to detect the full path or filename of a DLL?
How to Clear the window in a console application?
How to Find all files (or files of a certain type) in a given directory?
How to Keep an application in a minimized state?
How to convert numbers into roman numerals?