Browse Symbol at Cursor启动浏览器,以当前符号作为浏览目标 Topic Search显示光标所指项目的帮助主题(如果能找到)。与按【F1】键功能相同。 Add to Interface…添加属性、函数或过程到ActiveX组件。如果当前工程不是ActiveX工程,则本菜单项失效。 Complete class at cursor与【Ctrl + Shift + C】功能相同,自动完成类...
准备就绪,我们开始编辑控件的功能,首先添加数据源感知属性.DataSource,实现此属性只需Pubished域添加一句话: property DataSource: TDataSource read GetDataSource write SetDataSource;按下shift +ctrl+ C组合键(complete class at cursor)完成属性的自动结构化功能,private域自动添加两个函数: procedure SetDataSource...
准备就绪,我们开始编辑控件的功能,首先添加数据源感知属性.DataSource,实现此属性只需Pubished域添加一句话: property DataSource: TDataSource read GetDataSource write SetDataSource;按下shift +ctrl+ C组合键(complete class at cursor)完成属性的自动结构化功能,private域自动添加两个函数: procedure SetDataSource...
选项组 Explorer Sorting Class Completion Option 选项Source Finish incomplete properties 描述 以声明顺序列出源代码单元 若选中,当在代码编辑器上下文菜单中选择 Complete Class at Cursor 时,则自动完成 read 和 write 方法及其默认实现 单选按钮组,决定了当打开 Project Browser 时, 默认选择了三个属性页――c...
5.单击CompleteClassatCursor。Delphi将自动写 图3.3ExplorerOptions将对显示在ProjectBrowser中的信息进行过滤 interface 请阅读下面的各个小节,其中包含了ExplorerOptions中的各个组对ProjectBrowser的 type 影响的有关信息。表3.1描述了ExplorerOptions中的每个选项对ProjectBrowser的影响。TFoo=class 表3.1ProjectBrowser的选项...
这准确地描述了Inprise公司在决定向Delphi专业版和企业版用户提供OpenTools API时的想法。当需要Delphi具有某些功能时,添加上去就行了。Delphi现在还具有“Complete class at cursor”的代码生成功能,因此我们可以创建一个尚不存在的专家:可以生成专家的专家。当您阅读本章后,可以了解到如何创建组件编辑器以及怎样使用...
1.2.13 完成类别功能(Class Completion) CTRL+SHIFT+C 在让我们在类别中 一个函数 ReplaceText ,请移动光标到程序代码上 类别的 private 处并且如下编写ReplaceText 程序以及它的参数。 接着同时按下 “CTRL+SHIFT+C”3 个键,(或在函数 处点击右键,从快捷菜单中选 择“Complete Class at Cursor”)IDE 就会...
If you have code completion, invoke it to finish the class declaration: place the cursor within a method definition in the interface section and press Ctrl+Shift+C (or right-click and select Complete Class at Cursor). Any unfinished property declarations are completed, and for any methods that...
TForm Class TPanel组件 TToolBar Class TToolButton Class TTimer Class TADOConnection Class TADOQuery Class TADODataSet Class TDBGrid Class TADOStoredProc Class TButton Class TBitBtn Class TComboBox Class TStaticText Class TLabel Class TEdit Class TGroupBox Class TRadioGroup Class TListbox Class T...
Which is a nice thing from a usability point of view, but a complete nightmare from a security point of view. Imagine you download an application from the internet, how do you prevent it from encrypting all the documents in your hard drive and then asking for some ransom money in order ...