git-svn-id: trunk@33548 -
@@ -124,6 +124,8 @@ type
property Aborted;
property Line;
published
+ Property UseDollarString;
+ Property DollarStrings;
property Directives;
property Defines;
property Script;
@@ -693,6 +693,8 @@ type
Property DataBase : TDatabase Read FDatabase Write SetDatabase;
Property Transaction : TDBTransaction Read FTransaction Write SetTransaction;
property OnDirective: TSQLScriptDirectiveEvent read FOnDirective write FOnDirective;