CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Tabs in memo

by asp » 23 Nov 2016 10:18

Hi!

How to input TAB characters (#9) in memo? I know about TabReplacement property, but I want to preserve TABs in the text, not replace them. By the way, it seems that TabReplacement only works if Num=3 and Space=True (default settings). If you set the other values, it does nothing.
asp
 
Posts: 235
Joined: 06 Dec 2013 11:17
Location: Moscow, Russia

by Alexander Bulei » 25 Nov 2016 18:08

Hi asp,

How to input TAB characters (#9) in memo?


It's possible in our component.

Just set:

delphi code
IWCGJQMemoEx1.JQMemoExOptions.TabReplacement.Use:= True;
IWCGJQMemoEx1.JQMemoExOptions.TabReplacement.Space:= False; // DISABLE CONVERSATION TO SPACE
IWCGJQMemoEx1.JQMemoExOptions.TabReplacement.Num:= 1; // HOW MANY??


P.S: I have fixed the problem with storing Use property in next beta build.

Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal


Return to JQMemoEx

Who is online

Users browsing this forum: No registered users and 2 guests

Contact Us.