📄 customcom.pro
字号:
/*****************************************************************************
Copyright (c) Prolog Developement Center
Written by: Visual Prolog
******************************************************************************/
implement customCom inherits testInterface1
constants
clsId : comDomains::nativeIID = core::nativeGuid(
0xF81ECF14, 0x11A3, 0x48C8, 0x99, 0xC5, 0xAB, 0xF0, 0x63, 0x63, 0x84, 0xB1).
clauses
new() :-
testInterface1::newComponent(clsId).
clauses
getTestInterface1() = This.
clauses
getTestInterface2() = testInterface2::new(This).
end implement customCom
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -