demo2.cpp
来自「用于oracle开发用于查询数据库编写存储过」· C++ 代码 · 共 22 行
CPP
22 行
// PL/SQL Developer Plug-In demo
// Copyright 1999 Allround Automations
// support@allroundautomations.nl
// http://www.allroundautomations.nl
// This demo shows a basic use of all available functions
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "Demo2Unit.h"
//---------------------------------------------------------------------------
USEFORM("Demo2Unit.cpp", DemoForm);
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?