mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02:00
LCL: TCustomMemo: added switch -dEnableMemoTextStrings to use TTextStrings in TCustomMemo
git-svn-id: trunk@18711 -
This commit is contained in:
parent
3815a3616f
commit
bcdf9ffd72
@ -137,8 +137,7 @@ end;
|
||||
|
||||
procedure TCustomMemo.DestroyHandle;
|
||||
var
|
||||
NewStrings : TStringList;
|
||||
|
||||
NewStrings : TStrings;
|
||||
begin
|
||||
if Assigned(FLines) then begin
|
||||
// create internal item list
|
||||
|
@ -31,6 +31,9 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, LCLStrConsts, LCLType, LCLProc, LMessages, Graphics,
|
||||
GraphType, ExtendedStrings, LCLIntf, ClipBrd, ActnList, Controls,
|
||||
{$IFDEF EnableMemoTextStrings}
|
||||
TextStrings,
|
||||
{$ENDIF}
|
||||
Forms, Menus, LResources;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user