mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 20:04:00 +02:00
TAChart: Allow spaces in field names inside TDbChartSource.FieldY
git-svn-id: trunk@38038 -
This commit is contained in:
parent
67a47e2b86
commit
bff3224530
@ -165,6 +165,7 @@ begin
|
||||
inherited Create(AOwner);
|
||||
FDataLink := TDbChartSourceDataLink.Create(Self);
|
||||
FFieldYList := TStringList.Create;
|
||||
FFieldYList.StrictDelimiter := true;
|
||||
FYCount := 0; // Set to 1 by inherited.
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user