* Specify dotted units

This commit is contained in:
Michaël Van Canneyt 2024-04-29 16:24:13 +02:00
parent 9e101c51e3
commit 9f580c7104

View File

@ -269,6 +269,7 @@ begin
FWebIDLToPas.ClassSuffix:='';
FWebIDLToPas.KeywordSuffix:='_';
FWebIDLToPas.KeywordPrefix:='';
FWebIDLToPas.DottedUnitsSupport:=dusFull;
end;
constructor TWebIDLToPasApplication.Create(TheOwner: TComponent);