update test
This commit is contained in:
parent
f109316580
commit
a07586d942
|
|
@ -20,6 +20,8 @@ public
|
|||
|
||||
property P1 write param1_ read param1_;
|
||||
private
|
||||
[weakref]obj: integer;
|
||||
[weakref]b: MyClass;
|
||||
param1_: real;
|
||||
param2_: array of string;
|
||||
end;
|
||||
|
|
@ -30,7 +32,7 @@ end;
|
|||
|
||||
function MyClass.Func3(a: real = 1; b: string = "123"): array of string;
|
||||
begin
|
||||
obj.P1;
|
||||
obj.P1.P2;
|
||||
self.P1;
|
||||
end
|
||||
|
||||
|
|
@ -70,3 +72,15 @@ b := array((1, 2), (3, 4));
|
|||
sql += "update ts_xbcheck result set isvalid = "$status$remark$" where checkid in ('"$array2str
|
||||
(checkid[(i-1)*len:], "','")$"');\r\n"
|
||||
sql +=
|
||||
|
||||
// tsl-web块
|
||||
<?tslx>
|
||||
<HTML>
|
||||
<Body>
|
||||
<p>
|
||||
<?tsl write("TSL Script");?>
|
||||
</p>
|
||||
</Body>
|
||||
</HTML>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue