?? 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -