mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 17:37:21 +01:00
TAChart: Use Split function in data point series editor, see also r39600 #b7d4efbbb2
git-svn-id: trunk@40044 -
This commit is contained in:
parent
c04513ee75
commit
4b4469364c
@ -115,11 +115,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
for i := 0 to ADataPoints.Count - 1 do
|
||||
with sgData.Rows[i + 1] do begin
|
||||
Delimiter := '|';
|
||||
StrictDelimiter := true;
|
||||
DelimitedText := '|' + ADataPoints[i];
|
||||
end;
|
||||
Split('|' + ADataPoints[i], sgData.Rows[i + 1])
|
||||
end;
|
||||
|
||||
procedure TDataPointsEditorForm.miDeleteRowClick(Sender: TObject);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user