Class TForm1 (unit plsql1) |
TForm
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
Functions |
memodialog is just a component to pop up a window so I can show the SQL statement thats about to be executed. MemoDialog1.Memo.assign( query_plsql.sql ) ; memoDialog1.execute ;
MemoDialog1.Memo.assign( query_plsql.sql ) ; memoDialog1.execute ;
Properties |
Events |
Variables |