How to Embede a page break in the Rich Edit control ?



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

Post New Answer

More Delphi Interview Questions

How to Convert from Long to Short file names and paths ?

1 Answers  


How to Extract RGB components of a color?

1 Answers  


How to Connect to a remote CORBA server?

1 Answers  


How to get the date of the last day in the current month?

1 Answers  


How to activate different hints for each cell in a grid?

1 Answers  


How to install programatically a printer?

1 Answers  


Where is the file dsgnintf.pas?

2 Answers  


How to detect the full path or filename of a DLL?

1 Answers  


How to Clear the window in a console application?

1 Answers  


How to Find all files (or files of a certain type) in a given directory?

1 Answers  


How to Keep an application in a minimized state?

1 Answers  


How to convert numbers into roman numerals?

1 Answers   Intel,


Categories