mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 16:00:26 +02:00
LCL: for TStringGrid, replace FPC's TXMLConfig with LazUtils' TXMLConfig. Makes further streaming support easier.
git-svn-id: trunk@37437 -
This commit is contained in:
parent
6d009e924d
commit
58ea455548
@ -40,7 +40,8 @@ interface
|
||||
uses
|
||||
Types, Classes, SysUtils, Math, Maps, LCLStrConsts, LCLProc, LCLType, LCLIntf,
|
||||
FileUtil, FPCanvas, Controls, GraphType, Graphics, Forms, DynamicArray,
|
||||
LMessages, XMLConf, StdCtrls, LResources, MaskEdit, Buttons, Clipbrd, Themes;
|
||||
LMessages, StdCtrls, LResources, MaskEdit, Buttons, Clipbrd, Themes,
|
||||
Laz2_XMLCfg; // <-- replaces XMLConf (part of FPC libs)
|
||||
|
||||
const
|
||||
//GRIDFILEVERSION = 1; // Original
|
||||
@ -170,7 +171,6 @@ type
|
||||
TCustomGrid = class;
|
||||
TGridColumn = class;
|
||||
|
||||
|
||||
PCellProps= ^TCellProps;
|
||||
TCellProps=record
|
||||
Attr: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user