fpvectorial: Unites all drawing parameters into a single parameter

git-svn-id: trunk@55517 -
This commit is contained in:
sekelsenmat 2017-07-17 08:43:35 +00:00
parent 5d80654b46
commit 6b9ae632bc
2 changed files with 575 additions and 425 deletions

View File

@ -1775,6 +1775,7 @@ begin
TDictionaryToken(Param1).TransformToListOfNamedValues();
// Read the source of the data
TDictionaryToken(Param1).Names.Sorted := True;
if TDictionaryToken(Param1).Names.Find('DataSource', lFindIndex) then
begin
lDataSource := TPSToken(TDictionaryToken(Param1).Values[lFindIndex]).StrValue;

File diff suppressed because it is too large Load Diff